summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:51:20 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:52 +0100
commitc01ab203eeb4f95b0424229c9e78abccbabb0cf3 (patch)
tree9084f0e9dcf5c0618603f201c0b363a5629ec0a7
parente4f1252a09c0212c866adfe91206e41423cb62a1 (diff)
downloadfilelight-c01ab203.tar.gz
filelight-c01ab203.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 69ff0afeb3e2230217c5f04006056c3b8832e378)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 4661392..8a25a6f 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 #################