summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:41 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:30 +0100
commitb3850b8a5c99141c666907f7025f975e26a48590 (patch)
tree5e440481cfa92659e4b040ba7d18df0c4ca2b55d
parentb763421cdf1210b8ade48f3e193f09dc7e6da4ac (diff)
downloadk3b-b3850b8a5c99141c666907f7025f975e26a48590.tar.gz
k3b-b3850b8a5c99141c666907f7025f975e26a48590.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 78630455d836182f3bdaecd24ca723ab5870379c)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7148077..7dbeeb9 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 #####################