summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:02 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-06 11:54:26 +0100
commita6499fdc7fcf17c8e77d7d8728b4d759dbd6ce62 (patch)
treedde1c1c8a7ac781814196b51844f7e06b92547a0
parentaa848abd964a13985786a27d3b7604a0f4e82c95 (diff)
downloadtdetoys-a6499fdc7fcf17c8e77d7d8728b4d759dbd6ce62.tar.gz
tdetoys-a6499fdc7fcf17c8e77d7d8728b4d759dbd6ce62.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 dd89daed242c433e6fa2a579812daba002ccbbd5)
-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 b4da333..2c7e0f6 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 cbda0a4..1f4694f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### general package setup #####################