summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:34 +0100
commit1588d421f09648f2ce0ddd883543c9f2c3ff227a (patch)
tree968cafad705e400ec258d853896e62f49f4e91ac
parent376e9fe111bbab82381208f63e67b88a91c89c2a (diff)
downloadkscope-1588d421.tar.gz
kscope-1588d421.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 61fc2a2a393788172ab2ad949330fd5a09c5389e)
-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 #################