Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <teromario@yahoo.com>2015-06-19 12:54:08 +0300
committerMarius Ungureanu <teromario@yahoo.com>2015-06-19 12:54:08 +0300
commit3d5286e151cecad8092060cdca0335031f9cda7e (patch)
treeed27266c9ec59c7171b78ac7b68c7ce5041de9e2
parentedb2afa37f01179361ccecceb96acc75094b277a (diff)
parent78c71c170c25616d009542f5a95a8ceb513e0ff5 (diff)
Merge pull request #1 from mono/quote_libssh2_librariesxs-5.10-v1
Quote LIBSSH2_LIBRARIES call
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fae6ca5d0..dde5e7485 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -282,7 +282,7 @@ IF (LIBSSH2_FOUND)
SET(LIBGIT2_PC_REQUIRES "${LIBGIT2_PC_REQUIRES} libssh2")
SET(SSH_LIBRARIES ${LIBSSH2_LIBRARIES})
- CHECK_LIBRARY_EXISTS(${LIBSSH2_LIBRARIES} libssh2_userauth_publickey_frommemory "" HAVE_LIBSSH2_MEMORY_CREDENTIALS)
+ CHECK_LIBRARY_EXISTS("${LIBSSH2_LIBRARIES}" libssh2_userauth_publickey_frommemory "" HAVE_LIBSSH2_MEMORY_CREDENTIALS)
IF (HAVE_LIBSSH2_MEMORY_CREDENTIALS)
ADD_DEFINITIONS(-DGIT_SSH_MEMORY_CREDENTIALS)
ENDIF()