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
commitded101ee2bc4956b4054e0af868909c0dbae42d1 (patch)
tree7d57b15ea66ed7efeab465495e743bf68dc129d6
parentcd04ba9e2bdd749cd4b614bc6c5f3bd2e17808d3 (diff)
downloadtde-style-lipstik-ded101ee.tar.gz
tde-style-lipstik-ded101ee.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 9730a56..16e3f52 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 #################