Remove cmake debugging messages

This commit is contained in:
mpilman 2019-02-06 09:11:47 -08:00 committed by Alex Miller
parent f2a37612a2
commit 22612c94d9
1 changed files with 0 additions and 5 deletions

View File

@ -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