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:31 +0100
commitbfcab3f3e6e13313c7f831a474adfff7ca139a0d (patch)
tree6b6d8d2c233d718196ad54847b22fde7a548cbd4
parent869ce61a356a86e1c125f2dde93bc2a33f90fab4 (diff)
downloadtde-style-ia-ora-bfcab3f3e6e13313c7f831a474adfff7ca139a0d.tar.gz
tde-style-ia-ora-bfcab3f3e6e13313c7f831a474adfff7ca139a0d.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 5fb23d85043092c704f6901142238d891da6098d)
-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 d1e7c67..8a6c43a 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