summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
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 10:51:10 +0100
commit61e133c79a7dcce571d02f3ebfd71147dcceed88 (patch)
tree63c8ab7527e54793496dc0c7fb17e46686f1a146 /CMakeL10n.txt
parent1368cc7ca156d9142b73ab68ea0405df7fba24ae (diff)
downloadklamav-61e133c79a7dcce571d02f3ebfd71147dcceed88.tar.gz
klamav-61e133c79a7dcce571d02f3ebfd71147dcceed88.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-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 #################