1
1
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>
Этот коммит содержится в:
Andreas Schneider 2015-04-10 14:35:29 +02:00
родитель 195f25cfbd
Коммит 19e23e6128

Просмотреть файл

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