summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:18 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:18 +0100
commit5777170159497f575522ef53c1da6e44e0c4452a (patch)
treebf419f6ecf64ff4490e8eeb2b2e78ad26399185e /CMakeL10n.txt
parent1afbf9d5e8fb5c31816189f31d033a89b6b806ef (diff)
downloadtde-style-domino-5777170159497f575522ef53c1da6e44e0c4452a.tar.gz
tde-style-domino-5777170159497f575522ef53c1da6e44e0c4452a.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 201b90c..5d7a4c2 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 #################