diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:03 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-06 12:00:56 +0100 |
commit | b3b05947aa17e528801b97bb4aed14c7c5421dde (patch) | |
tree | 28fb520b287a6633684e0fcf62a643c3068c4d68 | |
parent | 12a202e86b33dde1f10a4f83c9fbc30916ba0a16 (diff) | |
download | tdewebdev-b3b05947aa17e528801b97bb4aed14c7c5421dde.tar.gz tdewebdev-b3b05947aa17e528801b97bb4aed14c7c5421dde.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 d4d956c5bac24fabfa38705de1e42d60ad1a9963)
-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 39e5f3b4..1d7b788c 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 90efde15..dbcfe2d7 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 ##################### |