diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-10 03:09:50 +0100 |
commit | 895081803a715ee89f4a90cfbf63d558ef2b2ebc (patch) | |
tree | cf84002d0bae2d11ce74b32c895c7f9d776247cb | |
parent | c7cc908284acfa58d9a200c5a1248abaf6984ed1 (diff) | |
download | koffice-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.txt | 2 |
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 ################# |