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 11:52:58 +0100
commit8afe6977689960445b1523c760d98d31a8b229f1 (patch)
tree036020abc11e798df325bc20cfa608dc0e77e92e
parent7bf90952f780394073baaac58dc1242f5dc1ec5e (diff)
downloadtdegames-8afe6977.tar.gz
tdegames-8afe6977.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 5217ce77c0b63e79d75ddbe68232d510c18a4b92)
-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 #################