summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:55 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-11 11:45:54 +0100
commit3a412a9eab6b05f5a6f2036777f7ea548f394b88 (patch)
treef547e54aab9a4adb63708ae4f2e40e7ad83a030a
parentf30bd9310679744c2f6dd063f3b6af9ba47d728f (diff)
downloadtde-style-lipstik-3a412a9eab6b05f5a6f2036777f7ea548f394b88.tar.gz
tde-style-lipstik-3a412a9eab6b05f5a6f2036777f7ea548f394b88.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 a0900be665bf9c912e065582a9f6dc7be759139f)
-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 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 ca796c3..be6d94e 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