diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-11 11:44:48 +0100 |
commit | 210aaadd2d93af34c05914ba67a83895458601f9 (patch) | |
tree | c82ec8ca5467d20070f7f994c73db7511671cd4f | |
parent | 54c964fc6123eabfb92ef03335d7e03d5db7891b (diff) | |
download | tde-style-baghira-210aaadd2d93af34c05914ba67a83895458601f9.tar.gz tde-style-baghira-210aaadd2d93af34c05914ba67a83895458601f9.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 81589f93590dc8daa7a1209fc4b1df60b5132477)
-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 a844b01..7cb9dca 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 42d2f60..72f3937 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 |