diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 20:13:21 +0100 |
commit | cab16ea2b40374f51c34472b559fc73f50047ec1 (patch) | |
tree | 71fc6f56c05a2ac71eebb1634bec27bcd5fb6951 | |
parent | ad620012f24148ff7e8c384ed337ed94f562ab98 (diff) | |
download | tdeedu-cab16ea2b40374f51c34472b559fc73f50047ec1.tar.gz tdeedu-cab16ea2b40374f51c34472b559fc73f50047ec1.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 55c88087..32a1448a 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 907e18cd..aab838ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |