summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:03 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:34 +0100
commite0335d553b73caa230e337c6c40a97f8b6f61505 (patch)
tree90e87bac420e617f9b92d4c7f56754141d3b34ad
parented9a0fa7f1fa1be089e20597f976260872a27bf7 (diff)
downloadrosegarden-e0335d55.tar.gz
rosegarden-e0335d55.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 9efd528ec761d04fe98582bb01984cee8d4257cb)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4183473..bf8ab8a 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 #####################