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-06 11:55:53 +0100 |
commit | 9af058109ad24e87adad605173cabc74eeb587e0 (patch) | |
tree | 19a375f4bd97dafafa40f33621dccf3f7866410e | |
parent | 0ef555425cd3e1aaf52d86f739f0ff054572bb28 (diff) | |
download | tdeedu-9af058109ad24e87adad605173cabc74eeb587e0.tar.gz tdeedu-9af058109ad24e87adad605173cabc74eeb587e0.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 cab16ea2b40374f51c34472b559fc73f50047ec1)
-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 |