summaryrefslogtreecommitdiffstats
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
commit5e4a21e8a4f3f092689d32b3cee53ad511ce8eb5 (patch)
tree209816d67993456a44801cf5edf49f47297aedf5
parent43de9ca3b61acd5ebcba37c2a32bccee01418554 (diff)
downloadtde-style-baghira-5e4a21e8a4f3f092689d32b3cee53ad511ce8eb5.tar.gz
tde-style-baghira-5e4a21e8a4f3f092689d32b3cee53ad511ce8eb5.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 eb049a6..abb0c6f 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 #################