mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Buildsystem: Fixed linking to both release and debug versions of openssl libs on windows
Closes #19941
This commit is contained in:
@@ -110,8 +110,8 @@ IF(WIN32 AND NOT CYGWIN)
|
||||
|
||||
if( CMAKE_CONFIGURATION_TYPES OR CMAKE_BUILD_TYPE )
|
||||
set( OPENSSL_LIBRARIES
|
||||
optimized ${SSL_EAY_RELEASE} ${LIB_EAY_RELEASE}
|
||||
debug ${SSL_EAY_DEBUG} ${LIB_EAY_DEBUG}
|
||||
optimized ${SSL_EAY_RELEASE} optimized ${LIB_EAY_RELEASE}
|
||||
debug ${SSL_EAY_DEBUG} debug ${LIB_EAY_DEBUG}
|
||||
)
|
||||
else()
|
||||
set( OPENSSL_LIBRARIES
|
||||
|
||||
Reference in New Issue
Block a user