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-06 12:01:59 +0100 |
commit | 6383fd9e0bb8d0d29f3d57d9059303673504ff25 (patch) | |
tree | b4787e2c255e52fce9ca09897822c6417068c74a | |
parent | 2a662e8942e4eb8b9cc88dea6814032c6c6c446e (diff) | |
download | tde-i18n-6383fd9e0bb8d0d29f3d57d9059303673504ff25.tar.gz tde-i18n-6383fd9e0bb8d0d29f3d57d9059303673504ff25.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 ae5890aac51e509994d63afbb9f57b15f214a96e)
-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 ##################### |