summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2023-11-05 18:45:46 +0100
committerSlávek Banko <[email protected]>2023-11-10 03:09:50 +0100
commit895081803a715ee89f4a90cfbf63d558ef2b2ebc (patch)
treecf84002d0bae2d11ce74b32c895c7f9d776247cb
parentc7cc908284acfa58d9a200c5a1248abaf6984ed1 (diff)
downloadkoffice-895081803a715ee89f4a90cfbf63d558ef2b2ebc.tar.gz
koffice-895081803a715ee89f4a90cfbf63d558ef2b2ebc.zip
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 93febe6c..405f0dac 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 #################