summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:38 +0100
commit291eab0dc9dc76cebe2d45fec33dc10c5f9bd93e (patch)
tree4f21989e1c2531a44bb5bad10c8cacbe41c5dde7
parent46dba89c1d340346bcf5fff5e8f5d4ff3f704d50 (diff)
downloadsmb4k-291eab0d.tar.gz
smb4k-291eab0d.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 b0e1c02a68fae80db2f17e140af0d072c0ddd0a7)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index e210b8b..5de6d2b 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 #################