FindOpenSSL: mark variables as advanced for MSVC (#14418)

This commit is contained in:
Rolf Eike Beer 2013-09-17 08:10:08 +02:00
parent abfd574d05
commit 864e2a3141
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