mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-17 07:11:52 +08:00
FindOpenSSL: do not mark a local variable as advanced
This commit is contained in:
@@ -458,7 +458,7 @@ find_package_handle_standard_args(OpenSSL
|
|||||||
"Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR"
|
"Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR"
|
||||||
)
|
)
|
||||||
|
|
||||||
mark_as_advanced(OPENSSL_INCLUDE_DIR OPENSSL_LIBRARIES)
|
mark_as_advanced(OPENSSL_INCLUDE_DIR)
|
||||||
|
|
||||||
if(OPENSSL_FOUND)
|
if(OPENSSL_FOUND)
|
||||||
if(NOT TARGET OpenSSL::Crypto AND
|
if(NOT TARGET OpenSSL::Crypto AND
|
||||||
|
Reference in New Issue
Block a user