aboutsummaryrefslogtreecommitdiff
path: root/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-04-06 22:23:43 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-04-06 23:24:25 +0200
commitb2b7bc3b772e013a1c258dfc8d326d2f15e569a3 (patch)
tree0b2c7477136cc206d4a4d7355838da9af8722b43 /libssh
parentfddbf1f94ca57c66d5b2ba0f67d55e13357b967f (diff)
downloadlibssh-b2b7bc3b772e013a1c258dfc8d326d2f15e569a3.tar.gz
libssh-b2b7bc3b772e013a1c258dfc8d326d2f15e569a3.tar.xz
libssh-b2b7bc3b772e013a1c258dfc8d326d2f15e569a3.zip
Fix building on win32/vs7
Diffstat (limited to 'libssh')
-rw-r--r--libssh/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/libssh/CMakeLists.txt b/libssh/CMakeLists.txt
index 0b3eaf0d..10dd8459 100644
--- a/libssh/CMakeLists.txt
+++ b/libssh/CMakeLists.txt
@@ -43,7 +43,7 @@ if (HAVE_LIBSOCKET)
)
endif (HAVE_LIBSOCKET)
-if (CRYPTO_LIBRARY)
+if (OPENSSL_LIBRARIES)
set(LIBSSH_PRIVATE_INCLUDE_DIRS
${LIBSSH_PRIVATE_INCLUDE_DIRS}
${OPENSSL_INCLUDE_DIRS}
@@ -51,9 +51,9 @@ if (CRYPTO_LIBRARY)
set(LIBSSH_LINK_LIBRARIES
${LIBSSH_LINK_LIBRARIES}
- ${CRYPTO_LIBRARY}
+ ${OPENSSL_LIBRARIES}
)
-endif (CRYPTO_LIBRARY)
+endif (OPENSSL_LIBRARIES)
if (GCRYPT_LIBRARY)
set(LIBSSH_PRIVATE_INCLUDE_DIRS