1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-31 16:21:13 +03:00

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>
This commit is contained in:
Andreas Schneider 2015-04-10 14:35:29 +02:00
parent 195f25cfbd
commit 19e23e6128

View File

@ -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})