diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-10 09:43:39 +0100 |
commit | c9973bfbf1091ef91f30b5ab456015676123aa47 (patch) | |
tree | 21e68a0907729cf0433048a9bc35f0e89d3c9db2 | |
parent | 9ffb23718acec366fd4110eb4f321a70ce778c52 (diff) | |
download | koffice-c9973bfbf1091ef91f30b5ab456015676123aa47.tar.gz koffice-c9973bfbf1091ef91f30b5ab456015676123aa47.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 895081803a715ee89f4a90cfbf63d558ef2b2ebc)
-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 ################# |