summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-29 12:33:12 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-29 13:02:42 +0100
commit35fdfda5a8c7bd2e82472f6ed118277484e1010a (patch)
treeba65ce59c591c0e593d6358c6bc406ad7f587e79
parent4f5d6a603e3cef759dcbe1d296455edeaa08ab14 (diff)
downloadtdeio-ftps-35fdfda5.tar.gz
tdeio-ftps-35fdfda5.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 2b2bef146833ea570c37c88b76c53041b3564072)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8281e58..2d61987 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