Merge topic 'openssl-advanced'

864e2a3 FindOpenSSL: mark variables as advanced for MSVC (#14418)
This commit is contained in:
Brad King 2013-10-07 15:43:46 -04:00 committed by CMake Topic Stage
commit 44e5118ede
1 changed files with 2 additions and 0 deletions

View File

@ -138,6 +138,8 @@ if(WIN32 AND NOT CYGWIN)
select_library_configurations(LIB_EAY)
select_library_configurations(SSL_EAY)
mark_as_advanced(LIB_EAY_LIBRARY_DEBUG LIB_EAY_LIBRARY_RELEASE
SSL_EAY_LIBRARY_DEBUG SSL_EAY_LIBRARY_RELEASE)
set( OPENSSL_LIBRARIES ${SSL_EAY_LIBRARY} ${LIB_EAY_LIBRARY} )
elseif(MINGW)
# same player, for MinGW