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-09 02:25:23 +0100 |
commit | e4b6122b2c8a5fae536d25a52849512497dd55a8 (patch) | |
tree | 2528d64649652c19debeba8a744fe79db1db300c | |
parent | 5fcee6d24b689f241b15168cd034764cb2deae0f (diff) | |
download | amarok-e4b6122b2c8a5fae536d25a52849512497dd55a8.tar.gz amarok-e4b6122b2c8a5fae536d25a52849512497dd55a8.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 a966c48c21012439cc0e1fa715173da7f164e68b)
-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 ##################### |