diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:55 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:03:02 +0100 |
commit | 69c4ab1986d71b23f4f0cba176200bebadd8482e (patch) | |
tree | 2a6982185e3ee5e048085751d1365090571d7bb4 | |
parent | 186ff37e1ef64c3db2a2e6cc8419c42f738661f7 (diff) | |
download | libkipi-69c4ab1986d71b23f4f0cba176200bebadd8482e.tar.gz libkipi-69c4ab1986d71b23f4f0cba176200bebadd8482e.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 5ed4d4913f0f1620265657e721fd0bc12aed4c24)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 077c661..431a06c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |