Skip to content

Commit ad1dd1b

Browse files
committed
attempt
1 parent bcf4634 commit ad1dd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ if(OPENSSL_FOUND)
169169
set(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR})
170170
# This fixes an issue with OpenSSL compiled as static library
171171
if(WIN32)
172-
list(APPEND CMAKE_REQUIRED_LIBRARIES crypt32 ws2_32)
172+
list(APPEND CMAKE_REQUIRED_LIBRARIES general crypt32 ws2_32)
173173
endif(WIN32)
174174
message("Search libraries: ${CMAKE_REQUIRED_LIBRARIES}")
175175
check_function_exists_define(BIO_get_data)

0 commit comments

Comments
 (0)