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 10:50:53 +0100
commit937bf46eabd8da8ebdf1f340afe620fb60665394 (patch)
tree5c6c35d41aa9ed7665be4cf9141f09a54455a948
parent925059319260eadf7df074a1d7215ed93983ca51 (diff)
downloadbibletime-937bf46e.tar.gz
bibletime-937bf46e.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 #################