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 11:52:47 +0100
commit51b54c83715e2a6a2e00f7146e29a2d235f415da (patch)
tree125a051ec7cb0d7c40536dbca7830940e9693535
parent89ec813fea2e5344237cd12b2a0c07d97a061898 (diff)
downloadksystemlog-51b54c83715e2a6a2e00f7146e29a2d235f415da.tar.gz
ksystemlog-51b54c83715e2a6a2e00f7146e29a2d235f415da.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 f5fc39bc7c214ac80b21eaeeb80741cfadf0cdc9)
-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 #################