summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:52 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:38 +0100
commit59553803f4e94a46ca493f6abeda47141a2768cb (patch)
treebdfd9f56e777b1830907ca5ecd9fa85a639eee7f
parentcb8a789cd46142bc044c0908a9f06037e5b27e5a (diff)
downloadkvpnc-59553803.tar.gz
kvpnc-59553803.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 9a5a1258461b5debd4366c6885ea07537bfcd04a)
-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 #################