diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:02 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-06 11:51:29 +0100 |
commit | 0a8405f6675616e2a71a3e893053ce99352644f8 (patch) | |
tree | 1066fc21811fd0bdeb5bfc42823e6286df067419 | |
parent | 09875b3b2392fea710378527e196b3fc867c6c56 (diff) | |
download | tdepim-0a8405f6675616e2a71a3e893053ce99352644f8.tar.gz tdepim-0a8405f6675616e2a71a3e893053ce99352644f8.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c1ce1cc0ca38fd0b28e489662f5459fb8fd38e63)
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index af2a7034e..5705705f6 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 ################# diff --git a/CMakeLists.txt b/CMakeLists.txt index 1171d5cb8..be1c9c205 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |