summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:22 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:53 +0100
commit040f98e25bb6ff8afe72fff4070551774a692254 (patch)
tree88e8b0aacc9184a378f05c129920cbc5f7218773
parenta603bf27507f50110677420e0b8acd72e3c67a95 (diff)
downloadknutclient-040f98e2.tar.gz
knutclient-040f98e2.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit e7b41aef250d4548dc39600cdbe4397e31779ae3)
-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 #################