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-05 18:46:00 +0100 |
commit | 607e797c0a03a1a0c24af338ed2a333f7f1739ab (patch) | |
tree | 0cfb0af4a69a15604c566ab1a4c55ddde3094f8d | |
parent | 2a649570c9fa5b965df4413c8d889fff6f59e483 (diff) | |
download | tdebase-607e797c0a03a1a0c24af338ed2a333f7f1739ab.tar.gz tdebase-607e797c0a03a1a0c24af338ed2a333f7f1739ab.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 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 061049432..266833a97 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 4d7af2bd5..36124f6fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |