1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

Improve OpenSSL cmake checks.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@752 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-05-07 15:11:04 +00:00
parent 126dcd51e5
commit f29e119c25
3 changed files with 14 additions and 8 deletions

View File

@@ -37,9 +37,9 @@ else (WIN32)
endif (WIN32)
# LIBRARIES
if (CRYPTO_LIBRARY)
if (CRYPTO_FOUND)
set(HAVE_LIBCRYPTO 1)
endif (CRYPTO_LIBRARY)
endif (CRYPTO_FOUND)
if (GCRYPT_FOUND)
set(HAVE_LIBGCRYPT 1)