From e5a433c13efbd7831520787ceb707bda80f49de7 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 16 Feb 2010 13:40:45 +0100 Subject: [PATCH] Link the eay libraries for WIN32 targets as well. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb351652..4baf76a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -302,7 +302,7 @@ if(WIN32) endif(MSVC) if(HAVE_SSL AND STATIC) find_package(OpenSSL REQUIRED) - link_libraries(${OPENSSL_LIBRARIES}) + link_libraries(${OPENSSL_LIBRARIES} ${OPENSSL_EAY_LIBRARIES}) endif(HAVE_SSL AND STATIC) endif(WIN32) -- 2.20.1