Upgrade TLS symbol not found message to WARNING

This commit is contained in:
Andrew Noyes 2020-04-29 15:06:02 -07:00
parent fee9a5117f
commit c62a4aef97
1 changed files with 1 additions and 1 deletions

View File

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