diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:33:02 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 13:02:32 +0100 |
commit | b40ce80990519b9a8e06fbf4e23e1fc62020e6d8 (patch) | |
tree | b7595d5373afb522471794a15eca97ed5225f420 | |
parent | 0127855e7cc32af1f784fa12ed569d0c7e70c219 (diff) | |
download | amarok-b40ce80990519b9a8e06fbf4e23e1fc62020e6d8.tar.gz amarok-b40ce80990519b9a8e06fbf4e23e1fc62020e6d8.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ceefe9c143328de2306ee4594f7c87a9dabeafb0)
-rw-r--r-- | CMakeLists.txt | 2 |
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 ##################### |