summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:46 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:34 +0100
commit6c6e5345441378e91a055965f1158294b31edd4c (patch)
tree5de86dbe719e904d3a0dbd735b05166a678f436f
parent7c9812ac60b630c7f7a80bac7c21b50de66c1858 (diff)
downloadktechlab-6c6e5345.tar.gz
ktechlab-6c6e5345.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 27a8263a8f916a6956a70138ff06377777fc4d63)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9730a56..16e3f52 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 #################