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:46:12 +0100
commit5d24eff4a5f990da3404e247e22c29b7b4228822 (patch)
tree5caf98d8447ea735c90580f97a226c419b666d75
parent14a3eec294baa06d09960a6f0a4824d3468ebd57 (diff)
downloadtde-style-qtcurve-5d24eff4a5f990da3404e247e22c29b7b4228822.tar.gz
tde-style-qtcurve-5d24eff4a5f990da3404e247e22c29b7b4228822.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 6e529a64ddb96ec7ec1c86c745a203f68cfea4e5)
-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 6fe92e2..376bad1 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 f75607d..30973a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### cpack configuration #######################