summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:02 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:32 +0100
commitb40ce80990519b9a8e06fbf4e23e1fc62020e6d8 (patch)
treeb7595d5373afb522471794a15eca97ed5225f420
parent0127855e7cc32af1f784fa12ed569d0c7e70c219 (diff)
downloadamarok-b40ce80990519b9a8e06fbf4e23e1fc62020e6d8.tar.gz
amarok-b40ce80990519b9a8e06fbf4e23e1fc62020e6d8.zip
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ceefe9c143328de2306ee4594f7c87a9dabeafb0)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 133c112e..bf1ce6ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################