summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:21 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:53 +0100
commitdaf705fd201b4ceab63219b90e45e12d44eab421 (patch)
tree5f9efd8113573cb354d7b2dc36cb630a8fe1cecf
parenta144f915a268cc822402b4605511474553bbcdc4 (diff)
downloadkcpuload-daf705fd201b4ceab63219b90e45e12d44eab421.tar.gz
kcpuload-daf705fd201b4ceab63219b90e45e12d44eab421.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 24c81f72575af3b10bd6829cc99f13fc5d85920c)
-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 #################