summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-06 11:58:36 +0100
commita002842414c2ca94d1061bf220068a914f1fcdf8 (patch)
treeb472e66db6ccbae32f52cca3f1357a50bba586f3
parent0de28c39c23b0858bf82b867659d0a7fc734964c (diff)
downloadtdeadmin-a002842414c2ca94d1061bf220068a914f1fcdf8.tar.gz
tdeadmin-a002842414c2ca94d1061bf220068a914f1fcdf8.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 2e00fa994146e788efe68032cb27446749a6b4c5)
-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 59e062a..e241786 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 af8cd18..2b9a6de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
#
###############################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
#### general package setup