summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-11-05 18:45:43 +0100
committerSlávek Banko <[email protected]>2023-11-09 02:25:49 +0100
commit7c2b90bd69ea9078e888c494918ba7f5a03949ff (patch)
tree89006988d02e74a4463cbc25358fd30f5ea82e1b /CMakeL10n.txt
parentbf236a314cbcd1d86cb730dde2eec5a7904f65bc (diff)
downloadcodeine-7c2b90bd69ea9078e888c494918ba7f5a03949ff.tar.gz
codeine-7c2b90bd69ea9078e888c494918ba7f5a03949ff.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 6208d03e3d27f1516519199132a8dc8d61e222f1)
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 695c5b3..181ccd3 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 #################