summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:07 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:44 +0100
commit78e4942e9306296b24508d2dba240af80f169053 (patch)
tree5db23cc66800cc7f73a5772c4c7b78ae0b94e3d0
parenta57e7652733fc1c61998d54f2c6a8015d96caab6 (diff)
downloadkmyfirewall-78e4942e.tar.gz
kmyfirewall-78e4942e.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 a53d107263a672847d36297fd753aa979796e223)
-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 #################