aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-04-10 14:35:29 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-04-10 14:35:29 +0200
commit19e23e6128ff01162b6414d076ea7d74b253abd3 (patch)
treea17070090181b05e0e21051c40dcb8c561b56e41
parent195f25cfbd4a13d16bd14c657c993a979215402a (diff)
downloadlibssh-19e23e6128ff01162b6414d076ea7d74b253abd3.tar.gz
libssh-19e23e6128ff01162b6414d076ea7d74b253abd3.tar.xz
libssh-19e23e6128ff01162b6414d076ea7d74b253abd3.zip
cmake: Require cmake 2.8.5
I've improved FindOpenSSL and FindZLIB in that version to work well with Windows and Linux. This was 2011 it should be old enough that most distributions have at least this version available. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d454655..199082e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
project(libssh C)
# Required cmake version
-cmake_minimum_required(VERSION 2.8.0)
+cmake_minimum_required(VERSION 2.8.5)
# global needed variables
set(APPLICATION_NAME ${PROJECT_NAME})