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 11:52:51 +0100
commitae5f4641a7ecce2c4f730029fe8e3b4fa02a4c1f (patch)
tree7607e5c7069f0635186f2cc56f7db08933e98b34
parent4b127b889cdd010aa7f9b8934821bbf96d9b5c09 (diff)
downloadtde-style-lipstik-ae5f4641.tar.gz
tde-style-lipstik-ae5f4641.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ded101ee2bc4956b4054e0af868909c0dbae42d1)
-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 #################