summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:40 +0100
commit5217ce77c0b63e79d75ddbe68232d510c18a4b92 (patch)
tree675ccb32af272ef4d5ba58c63f9212286c9592c8
parent484c0e9dd189efe6bb6e21f45ec59aa61348bc79 (diff)
downloadtdegames-5217ce77c0b63e79d75ddbe68232d510c18a4b92.tar.gz
tdegames-5217ce77c0b63e79d75ddbe68232d510c18a4b92.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index af9aee23..02840df6 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #################