mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 21:42:24 +02:00
add a debug to catch optimized lib
This commit is contained in:
parent
d5baab278a
commit
b88761a8a3
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue