summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:56 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:40 +0100
commit4d2580252c1d7b8cce22db98acf58b168e258fc6 (patch)
treea553ae812a876e9282195df71f00367fab87fd7a
parentaf47d506ca383772b16ae571f85fc92c1885728e (diff)
downloadk3b-4d2580252c1d7b8cce22db98acf58b168e258fc6.tar.gz
k3b-4d2580252c1d7b8cce22db98acf58b168e258fc6.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 257144817bf957ff1d1595ecb231d36fdcc4cf04)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a87d06b..e8f26ca 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 #################