diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:07 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 15:28:14 +0100 |
commit | 79b037f64b1ad8a6ca868d5edbb08019600a32d4 (patch) | |
tree | fe1e728897f027451ba0075f2031bb23e246242a | |
parent | a05d3df53a072b8ec6de2173ef733eb2b5ffba6b (diff) | |
download | libkipi-79b037f64b1ad8a6ca868d5edbb08019600a32d4.tar.gz libkipi-79b037f64b1ad8a6ca868d5edbb08019600a32d4.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 41997e21b5001f0e62bf048cd2c8148f78ae527f)
-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 |