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
commit6892909902fe5a4e78965210a0b92c5563ffc736 (patch)
treeec8d6151fece6bc41114af90be6becba2b52f080
parent01568d8ad9c5f5dd11e5e58fab0517265dc2a70d (diff)
downloadkbiff-68929099.tar.gz
kbiff-68929099.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 cbffb920b070343ed70ab67fe0e9e43ddd962fa2)
-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 #################