aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-04-20 13:25:46 +0200
committerAndreas Schneider <mail@cynapses.org>2010-04-20 13:25:46 +0200
commit8738e93dc0e225369892f103969216a9f82e9a04 (patch)
tree8eb8fdf2b6852907283ffad8a5dc1ae79243c2a9 /ConfigureChecks.cmake
parentee2bee88eedb7799bcd70e78eefa2205ff05a719 (diff)
downloadlibssh-8738e93dc0e225369892f103969216a9f82e9a04.tar.gz
libssh-8738e93dc0e225369892f103969216a9f82e9a04.tar.xz
libssh-8738e93dc0e225369892f103969216a9f82e9a04.zip
cmake: Fixed openssl detection.
Thanks to Xi Wang for the patch.
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 07fb7bf7..fc755fbc 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -82,9 +82,9 @@ endif (UNIX)
set(LIBSSH_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "libssh required system libraries")
# LIBRARIES
-if (CRYPTO_FOUND)
+if (OPENSSL_FOUND)
set(HAVE_LIBCRYPTO 1)
-endif (CRYPTO_FOUND)
+endif (OPENSSL_FOUND)
if (GCRYPT_FOUND)
set(HAVE_LIBGCRYPT 1)