summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:49 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:36 +0100
commit7c4211017a09e2cc1eb0cbf030a0f30362bd4092 (patch)
tree399429c120b3dff636d342cf3c30a2fc21f2c423
parent332bb9bea9e22607abab33bfdf0944d0305db6e4 (diff)
downloadkftpgrabber-7c421101.tar.gz
kftpgrabber-7c421101.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 f5d8b4b4e789e4af5a3ccc8d6510506a3a60f9a2)
-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 #################