summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:09 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:39 +0100
commit45cb41685461d52c5e3ac739a02c7ae871541051 (patch)
treef243968a9e578e15e8269d823016c7ffd4dcd485
parentfb48b3694231638c103094148137f87d2a48d91a (diff)
downloadkooldock-45cb41685461d52c5e3ac739a02c7ae871541051.tar.gz
kooldock-45cb41685461d52c5e3ac739a02c7ae871541051.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 d1da61d1179f9e0b5e21b2a35bc1c6cc9e71d2a6)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bb08725..31700d6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@
############################################
-cmake_minimum_required( VERSION 2.8.12 )
+cmake_minimum_required( VERSION 3.1 )
#### general package setup