summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:56 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-11 11:47:46 +0100
commit8cf5d24898599c0e874e55825423ca4656874346 (patch)
tree9b73977277085fecae6b7618569ff8d18c17fe13
parent4ac500a62a3780c637f2489b1df53fe06e5ab792 (diff)
downloadtwin-style-machbunt-8cf5d24898599c0e874e55825423ca4656874346.tar.gz
twin-style-machbunt-8cf5d24898599c0e874e55825423ca4656874346.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fe86d1e093be45e1736d502c4fbdcd38b987cfc0)
-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 8c4c584..3c4ffcf 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -6,7 +6,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 46ac925..0f6222b 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