diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 22:59:15 +0100 |
commit | 53171d8d6965ed9ef682fa9b3e2d411b71818dc7 (patch) | |
tree | c4a40e8a9fdb9e397ab726a096d4331455e2163f | |
parent | f66e96c7a56f313f20ce7764650edc356621ac68 (diff) | |
download | tdesvn-53171d8d6965ed9ef682fa9b3e2d411b71818dc7.tar.gz tdesvn-53171d8d6965ed9ef682fa9b3e2d411b71818dc7.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 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a91bd2a..e0b1b56 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 0d134db..e571a8d 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 ##################### |