diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:46:01 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-06 11:56:30 +0100 |
commit | d86e0406d97c1f955efde58f6c03044c622eaf5a (patch) | |
tree | 00d26555cd6351d147dad47a1a1b5b79ba590f7d | |
parent | fd88d80e7363c930309085b05e19c9c6d876b227 (diff) | |
download | tdegames-d86e0406d97c1f955efde58f6c03044c622eaf5a.tar.gz tdegames-d86e0406d97c1f955efde58f6c03044c622eaf5a.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 3116de59649829b0e07b627fcca44b11771d5bd3)
-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 14fe4724..fcbb8293 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 c8cc3891..40c694ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ########################################### -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup |