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:27:47 +0100
commitceaf25fbff942785cd5e50c6ef62d9bf4b894c59 (patch)
tree37e24f8850cb2d4f0162c6e1b61e4927385d34d2
parent154ca23b78949d6f6a417bebdb2ae2a23a020853 (diff)
downloadtdeio-ftps-ceaf25fbff942785cd5e50c6ef62d9bf4b894c59.tar.gz
tdeio-ftps-ceaf25fbff942785cd5e50c6ef62d9bf4b894c59.zip
Raise the minimum required version of CMake to 2.8.12.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a7f3cb3..635d4d7 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