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
commit61bb2064e34d9b607ba0320ad499c54efde1eb34 (patch)
treeaf879c8f6072a63fe7d92acf5f8bfd1a0fc8068d
parent6bf11325101838546c5520b45db1848485c5a701 (diff)
downloadklamav-61bb2064.tar.gz
klamav-61bb2064.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 61e133c79a7dcce571d02f3ebfd71147dcceed88)
-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 #################