summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:38 +0100
commit9687a7bbf4b8e1c94720e66e279469e22f7c8a6d (patch)
tree97d9638b6647be0e8989490e130e3401f815c2d5
parent14a9a0620dd67ac57c8f16f0ab46e426b73897de (diff)
downloadbibletime-9687a7bb.tar.gz
bibletime-9687a7bb.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 937bf46eabd8da8ebdf1f340afe620fb60665394)
-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 #################