summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-18 22:27:46 +0100
committerSlávek Banko <[email protected]>2021-01-18 22:36:38 +0100
commit529e2833161703f8a7cc5bbf04f85e45a507dd66 (patch)
treec8e287642030ff245d8f6128a749f018f2639e68
parentcadc6da83177f7bcc4f2170160b1f1b24e8ad8a9 (diff)
downloadrosegarden-529e2833161703f8a7cc5bbf04f85e45a507dd66.tar.gz
rosegarden-529e2833161703f8a7cc5bbf04f85e45a507dd66.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit afd4fc7695df012d608e69e572737fdef4af0a30)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 890be94..4183473 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
##### general package setup #####################