cmake: Fix library linking.

This commit is contained in:
Andreas Schneider
2011-09-23 08:00:25 +02:00
parent dad35304b6
commit 8a3b02f68d
4 changed files with 29 additions and 21 deletions

View File

@@ -140,7 +140,6 @@ set(LIBSSH_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "libssh
# LIBRARIES
if (OPENSSL_FOUND)
set(HAVE_LIBCRYPTO 1)
endif (OPENSSL_FOUND)
if (GCRYPT_FOUND)