add a debug to catch optimized lib

This commit is contained in:
Stephen Birarda 2014-07-17 14:42:12 -07:00
parent d5baab278a
commit b88761a8a3

View file

@ -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)