Skip to content

Commit

Permalink
use_wolfssl: Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm committed May 13, 2024
1 parent e615899 commit 1a3ac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ if(ENABLE_WOLFSSL)
list(APPEND CMAKE_REQUIRED_LIBRARIES wolfssl)
check_function_exists(wolfSSL_set_alpn_protos HAVE_WOLFSSL_SET_ALPN_PROTOS)
if(NOT HAVE_WOLFSSL_SET_ALPN_PROTOS)
message(FATAL_ERROR "Your WolfSSL library is not compiled with necessary symbols.")
message(FATAL_ERROR "Your WolfSSL library has not been compiled with the OPENSSL_EXTRA` flag, which is necessary to create symbols for the OpenSSL API that Netdata uses.")
endif()
else()
# openssl/crypto
Expand Down

0 comments on commit 1a3ac12

Please sign in to comment.