summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-11-05 18:45:41 +0100
committerSlávek Banko <[email protected]>2023-11-09 02:16:26 +0100
commit166571710ff186cff2b09a83336f6aadc2c8340a (patch)
treefa0dac3c9a1170802f1b3117675de65876bc861c
parent53cb76671ff1f77fcb89b2582c1011b36eac19ef (diff)
downloadtork-166571710ff186cff2b09a83336f6aadc2c8340a.tar.gz
tork-166571710ff186cff2b09a83336f6aadc2c8340a.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit fe71db0569f2ab1aa559a031aa9ad54003371aea)
-rw-r--r--CMakeL10n.txt2
-rw-r--r--CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a91bd2a..e0b1b56 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 371b7c9..84f9374 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