diff --git a/cmake/FDBComponents.cmake b/cmake/FDBComponents.cmake index 817d173f4f..2e5777d263 100644 --- a/cmake/FDBComponents.cmake +++ b/cmake/FDBComponents.cmake @@ -27,7 +27,7 @@ else() set(WITH_TLS ON) add_compile_options(-DHAVE_OPENSSL) else() - message(STATUS "An OpenSSL version was found, but it doesn't support OPENSSL_INIT_NO_ATEXIT - Will compile without TLS Support") + message(WARNING "An OpenSSL version was found, but it doesn't support OPENSSL_INIT_NO_ATEXIT - Will compile without TLS Support") message(STATUS "You can set OPENSSL_ROOT_DIR to help cmake find it") set(WITH_TLS OFF) endif()