diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:01 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:01 +0100 |
commit | 3116de59649829b0e07b627fcca44b11771d5bd3 (patch) | |
tree | 6b13bae5c64944ef3c04da6017e729de4e7d1262 | |
parent | 57fda0776760fd3726a15dcb556474bcd10de57e (diff) | |
download | tdegames-3116de59649829b0e07b627fcca44b11771d5bd3.tar.gz tdegames-3116de59649829b0e07b627fcca44b11771d5bd3.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 |