We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf4634 commit ad1dd1bCopy full SHA for ad1dd1b
CMakeLists.txt
@@ -169,7 +169,7 @@ if(OPENSSL_FOUND)
169
set(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR})
170
# This fixes an issue with OpenSSL compiled as static library
171
if(WIN32)
172
- list(APPEND CMAKE_REQUIRED_LIBRARIES crypt32 ws2_32)
+ list(APPEND CMAKE_REQUIRED_LIBRARIES general crypt32 ws2_32)
173
endif(WIN32)
174
message("Search libraries: ${CMAKE_REQUIRED_LIBRARIES}")
175
check_function_exists_define(BIO_get_data)
0 commit comments