Upgrade TLS symbol not found message to WARNING
This commit is contained in:
parent
fee9a5117f
commit
c62a4aef97
|
@ -27,7 +27,7 @@ else()
|
||||||
set(WITH_TLS ON)
|
set(WITH_TLS ON)
|
||||||
add_compile_options(-DHAVE_OPENSSL)
|
add_compile_options(-DHAVE_OPENSSL)
|
||||||
else()
|
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")
|
message(STATUS "You can set OPENSSL_ROOT_DIR to help cmake find it")
|
||||||
set(WITH_TLS OFF)
|
set(WITH_TLS OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue