mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
FindOpenSSL: also find the non-MD debug libraries for MSVC
We already search for them in release mode.
This commit is contained in:
committed by
Brad King
parent
894b775fa7
commit
4a4c0ee780
@@ -87,6 +87,7 @@ if(WIN32 AND NOT CYGWIN)
|
||||
find_library(LIB_EAY_DEBUG
|
||||
NAMES
|
||||
libeay32MDd
|
||||
libeay32d
|
||||
${_OPENSSL_ROOT_HINTS_AND_PATHS}
|
||||
PATH_SUFFIXES
|
||||
"lib"
|
||||
@@ -108,6 +109,7 @@ if(WIN32 AND NOT CYGWIN)
|
||||
find_library(SSL_EAY_DEBUG
|
||||
NAMES
|
||||
ssleay32MDd
|
||||
ssleay32d
|
||||
${_OPENSSL_ROOT_HINTS_AND_PATHS}
|
||||
PATH_SUFFIXES
|
||||
"lib"
|
||||
|
||||
Reference in New Issue
Block a user