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 11:52:43 +0100
commit4cd13d38af9a836caa272991e2896cce2d38f3cf (patch)
tree166b64d69eddceef8a75ee7c9573b9def16fd865
parentb6ae76e33397a7a8d4c038d09fe6cc241b20e1d7 (diff)
downloadkpilot-4cd13d38af9a836caa272991e2896cce2d38f3cf.tar.gz
kpilot-4cd13d38af9a836caa272991e2896cce2d38f3cf.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 0a0312623ad2c2639782937aa30a401e22c1f7be)
-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 #################