summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:10 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:46 +0100
commit7ad34eee08e694cd15442fc7109953d0b000fed8 (patch)
treeffe3bbcea7e632ce8b47c130860b512a5f184be2
parent1dc72b09434cc07099b68f2d68f0cc2bf8cb36f1 (diff)
downloadkbfx-7ad34eee.tar.gz
kbfx-7ad34eee.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 9c7dbd0a0ebb8ce237c76e9ca0677714e91ee3e4)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index d9932d7..61de19e 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 #################