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-05 18:45:54 +0100 |
commit | 81589f93590dc8daa7a1209fc4b1df60b5132477 (patch) | |
tree | 17bfa76877e47ae44d505285215bee07ab63c643 | |
parent | 3558a727f59756c360d0a0e435e8d5bb0ca49e15 (diff) | |
download | tde-style-baghira-81589f93590dc8daa7a1209fc4b1df60b5132477.tar.gz tde-style-baghira-81589f93590dc8daa7a1209fc4b1df60b5132477.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 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 |