summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:13 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:47 +0100
commit74f6dc2662356ea3611b2d152adb6336f161101d (patch)
treee910d471f6469cc8618c9e615734f4dfe870b42c
parentf9949bbc43b71363ba56a94dad50433461312991 (diff)
downloadkrusader-74f6dc26.tar.gz
krusader-74f6dc26.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 962bddaee7d52850b5d677fcd699f7641afdb8e8)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..f18984d 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 #################