summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-31 10:50:55 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-31 11:52:39 +0100
commit0d82a78204623077a33512ecb0ba19927fb45f7e (patch)
tree565da10a4875028dda34a94d86c4762c2f6c40ee
parentb40ce80990519b9a8e06fbf4e23e1fc62020e6d8 (diff)
downloadamarok-0d82a78204623077a33512ecb0ba19927fb45f7e.tar.gz
amarok-0d82a78204623077a33512ecb0ba19927fb45f7e.zip
Raise the minimum required version of CMake to 3.1 in CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 05ccfe09257e5a85dc93eafededd02db7a1746e1)
-rw-r--r--CMakeL10n.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b712..f18984d4 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 3.1 )
##### include our cmake modules #################