Skip to content

Commit ce945bf

Browse files
committed
other debug
1 parent 718c204 commit ce945bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ if(OPENSSL_FOUND)
171171
if(WIN32)
172172
list(APPEND CMAKE_REQUIRED_LIBRARIES crypt32 ws2_32)
173173
endif(WIN32)
174+
message("Search libraries: ${CMAKE_REQUIRED_LIBRARIES}")
174175
check_function_exists_define(BIO_get_data)
175176
check_function_exists_define(ASN1_STRING_get0_data)
176177
check_function_exists_define(SSL_set_alpn_protos)

0 commit comments

Comments
 (0)