summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-01-18 22:27:45 +0100
committerSlávek Banko <[email protected]>2021-01-18 22:36:35 +0100
commit42a4109ba5e9615eb34dda203a0c6308b559f004 (patch)
tree72a2c3ce498bfdd3f156334fd24ee4ab7201c0df
parent00670ecf8d1daefcbc185a00fe934d40f3cf6db7 (diff)
downloadkooldock-42a4109ba5e9615eb34dda203a0c6308b559f004.tar.gz
kooldock-42a4109ba5e9615eb34dda203a0c6308b559f004.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 1805552c7f191396128f8a5bc38e48fbb185d524)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3a5026a..f3ba070 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8 )
+cmake_minimum_required( VERSION 2.8.12 )
#### general package setup