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 /CMakeL10n.txt | |
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>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 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 ################# |