Remove cmake debugging messages
This commit is contained in:
parent
f2a37612a2
commit
22612c94d9
|
@ -42,11 +42,6 @@ find_library(LIBRESSL_TLS_LIBRARY
|
|||
|
||||
mark_as_advanced(LIBRESSL_CRYPTO_LIBRARY LIBRESSL_SSL_LIBRARY LIBRESSL_TLS_LIBRARY)
|
||||
|
||||
message(STATUS "${LIBRESSL_CRYPTO_LIBRARY}")
|
||||
message(STATUS "${LIBRESSL_SSL_LIBRARY}")
|
||||
message(STATUS "${LIBRESSL_TLS_LIBRARY}")
|
||||
message(STATUS "${LIBRESSL_INCLUDE_DIR}")
|
||||
|
||||
find_package_handle_standard_args(LibreSSL
|
||||
REQUIRED_VARS
|
||||
LIBRESSL_CRYPTO_LIBRARY
|
||||
|
|
Loading…
Reference in New Issue