diff --git a/cmake/FindLibreSSL.cmake b/cmake/FindLibreSSL.cmake index 1da7162bd8..09592e4a23 100644 --- a/cmake/FindLibreSSL.cmake +++ b/cmake/FindLibreSSL.cmake @@ -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