We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718c204 commit ce945bfCopy full SHA for ce945bf
CMakeLists.txt
@@ -171,6 +171,7 @@ if(OPENSSL_FOUND)
171
if(WIN32)
172
list(APPEND CMAKE_REQUIRED_LIBRARIES crypt32 ws2_32)
173
endif(WIN32)
174
+ message("Search libraries: ${CMAKE_REQUIRED_LIBRARIES}")
175
check_function_exists_define(BIO_get_data)
176
check_function_exists_define(ASN1_STRING_get0_data)
177
check_function_exists_define(SSL_set_alpn_protos)
0 commit comments