summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:01 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:01 +0100
commit0a0312623ad2c2639782937aa30a401e22c1f7be (patch)
treec76b85902f365362d7c07c9fdae1e7413f5cf53d
parentc428f8853fd6393cacf47bf7496e69ce2d6fcd75 (diff)
downloadkpilot-0a031262.tar.gz
kpilot-0a031262.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index b9cf8a4..2c3a375 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 #################