summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:35 +0100
commit0ef7ed8dd47723ebd48b10c3a2e9565c204b1b50 (patch)
tree3f4841e2e02ef76f4ca6ed4aed7499f38e561a48
parent5bc8789afc7af84a2485b180b38350d188fed6d4 (diff)
downloadksquirrel-0ef7ed8d.tar.gz
ksquirrel-0ef7ed8d.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 be94546448591071322e1516ea7d2e0e7f20150e)
-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 #################