From b88761a8a318a4b25af0771e0a043d8f5dc57caf Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 17 Jul 2014 14:42:12 -0700 Subject: [PATCH] add a debug to catch optimized lib --- cmake/modules/FindOpenSSL.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/modules/FindOpenSSL.cmake b/cmake/modules/FindOpenSSL.cmake index 1dbac311da..be83295104 100644 --- a/cmake/modules/FindOpenSSL.cmake +++ b/cmake/modules/FindOpenSSL.cmake @@ -139,6 +139,9 @@ if(WIN32 AND NOT CYGWIN) include(SelectLibraryConfigurations) select_library_configurations(LIB_EAY) select_library_configurations(SSL_EAY) + + message("SSL_EAY:" ${SSL_EAY_LIBRARY}) + message("LIB_EAY:" ${LIB_EAY_LIBRARY}) set( OPENSSL_LIBRARIES ${SSL_EAY_LIBRARY} ${LIB_EAY_LIBRARY} ) elseif(MINGW)