summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-11-05 18:45:56 +0100
committerSlávek Banko <[email protected]>2023-11-11 01:29:37 +0100
commitef79efe8561e9af95b8c3c12d705533354fa050a (patch)
tree45f9adfc100c0dbcb0e95d9a875f680ad9ebf7c2 /CMakeL10n.txt
parentaa06806bb3fc0db89caa5ae7af428bb9dbfe8686 (diff)
downloadfilelight-ef79efe8561e9af95b8c3c12d705533354fa050a.tar.gz
filelight-ef79efe8561e9af95b8c3c12d705533354fa050a.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
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 #################