summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-10 09:47:24 +0100
commitb09ff5dd83f9f16a7ce17962d5f76ab53f021b94 (patch)
tree086b22339a94ebb1a3acbd60058e635c76bf3c03
parentfd15f2dc9dd662f3ebc07e3618051dfe68cf595f (diff)
downloadklcddimmer-b09ff5dd.tar.gz
klcddimmer-b09ff5dd.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 ece7f4c869641332f2631b8b73f92f9e7e7ab15e)
-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 994e8e7..ab3d0bf 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