summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:46:01 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-06 11:56:30 +0100
commitd86e0406d97c1f955efde58f6c03044c622eaf5a (patch)
tree00d26555cd6351d147dad47a1a1b5b79ba590f7d
parentfd88d80e7363c930309085b05e19c9c6d876b227 (diff)
downloadtdegames-d86e0406d97c1f955efde58f6c03044c622eaf5a.tar.gz
tdegames-d86e0406d97c1f955efde58f6c03044c622eaf5a.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 3116de59649829b0e07b627fcca44b11771d5bd3)
-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 14fe4724..fcbb8293 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 c8cc3891..40c694ee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@
###########################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### general package setup