diff options
-rw-r--r-- | cmake/macros/FindOpenSSL.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/macros/FindOpenSSL.cmake b/cmake/macros/FindOpenSSL.cmake index d495f1ed2a4..eab7333fb1c 100644 --- a/cmake/macros/FindOpenSSL.cmake +++ b/cmake/macros/FindOpenSSL.cmake @@ -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 |