summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:13 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:13 +0100
commitf5fc39bc7c214ac80b21eaeeb80741cfadf0cdc9 (patch)
tree1014f210f9f60ef9c7cb2cc8b49231422924770f
parent1b9906c2a817a929abb11c706d1e450e269c40ec (diff)
downloadksystemlog-f5fc39bc.tar.gz
ksystemlog-f5fc39bc.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9730a56..16e3f52 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 #################