From ab6e2cc9b4b93aa9cc84d91fa2c9c76319e4f77c Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sun, 28 Jun 2015 13:57:52 -0300 Subject: Fix build with libssh from git Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 943de13ef..f9ab5e47c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,6 +63,9 @@ else() set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DUSE_LIBGIT23_API") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DUSE_LIBGIT23_API") find_package(libssh2 QUIET) + if (${LIBSSH2_VERSION} STRGREATER "1.6.0") + set(LIBSSH2_LIBRARIES Libssh2::libssh2) + endif() if(!LIBSSH2_FOUND OR "${LIBSSH2_FOUND}" STREQUAL "") pkg_config_library(LIBSSH2 libssh2 REQUIRED) endif() -- cgit v1.2.3-70-g09d2