diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:59 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 20:31:15 +0100 |
commit | ae5890aac51e509994d63afbb9f57b15f214a96e (patch) | |
tree | 0159def4d3c7ae9fc2285e9751bcaa5397ad5abe | |
parent | 2282d9eb36140be47efd1006f6b111c3b40e44e2 (diff) | |
download | tde-i18n-ae5890aac51e509994d63afbb9f57b15f214a96e.tar.gz tde-i18n-ae5890aac51e509994d63afbb9f57b15f214a96e.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 | ||||
-rw-r--r-- | template/commonCMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 9e9ba7fdd61..ff5d79292af 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 e91b0e64f0b..fa1efdeac11 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 ##################### diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt index bee9b92b504..1d4214efddd 100644 --- a/template/commonCMakeLists.txt +++ b/template/commonCMakeLists.txt @@ -12,7 +12,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |