summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:27:47 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-01-18 22:36:39 +0100
commit37c89302231df44d2f89eb2250d75c78ed84c49c (patch)
tree657ac02c85a7643c06f9afe950b57fdbd06a9931
parent56d4f00301c9316e7f5a6f1c64c7dd65f2609ef7 (diff)
downloadtdeio-apt-37c89302.tar.gz
tdeio-apt-37c89302.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 b05fc6a31594808df4ada5fb7393f655d1334fa5)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ba41a96..9626182 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