summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-11-05 18:45:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-11-08 10:16:05 +0100
commita966c48c21012439cc0e1fa715173da7f164e68b (patch)
treeba5610e7160116a848fe70f5dd867d01d4ef2ea4 /CMakeL10n.txt
parent93aff8fd276a7fd04ecefcf080b26eb3947bb2bb (diff)
downloadamarok-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.txt2
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 #################