diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:07 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:07 +0100 |
commit | 41997e21b5001f0e62bf048cd2c8148f78ae527f (patch) | |
tree | b003917a9f8a09b671e49fbb5bb2edb10bc48c8b | |
parent | a7b1339d13fd9421f51172013a4c990d9b5b5eae (diff) | |
download | libkipi-41997e21b5001f0e62bf048cd2c8148f78ae527f.tar.gz libkipi-41997e21b5001f0e62bf048cd2c8148f78ae527f.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 233b58f..ec40e4d 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# diff --git a/CMakeLists.txt b/CMakeLists.txt index 999ccb0..7e7c5a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |