summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:56 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-12 18:24:47 +0100
commit58b6f564d7173edbc9b997a73b3c4334b7c3741d (patch)
treed20ffa789ce693a96e7178339ee467be1cb79394 /CMakeL10n.txt
parentad0cfb2701cbe8ce5db0859d267d1e0f96bc753b (diff)
downloadfilelight-58b6f564d7173edbc9b997a73b3c4334b7c3741d.tar.gz
filelight-58b6f564d7173edbc9b997a73b3c4334b7c3741d.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ef79efe8561e9af95b8c3c12d705533354fa050a)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index b89844e..4c7aa03 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 3.1 )
+cmake_minimum_required( VERSION 3.5 )
##### include our cmake modules #################