diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:43 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-08 10:16:05 +0100 |
commit | a966c48c21012439cc0e1fa715173da7f164e68b (patch) | |
tree | ba5610e7160116a848fe70f5dd867d01d4ef2ea4 | |
parent | 93aff8fd276a7fd04ecefcf080b26eb3947bb2bb (diff) | |
download | amarok-a966c48c21012439cc0e1fa715173da7f164e68b.tar.gz amarok-a966c48c21012439cc0e1fa715173da7f164e68b.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 a91bd2a4..e0b1b564 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 4ce8cd61..0d4a9565 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 ##################### |