pull/1307/head
Jeff Becker 4 years ago
parent c66e925fb2
commit a9de1ad277
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -157,7 +157,7 @@ build_external(openssl
add_static_target(OpenSSL::SSL openssl_external libssl.a)
add_static_target(OpenSSL::Crypto openssl_external libcrypto.a)
if(WIN32)
set_target_properties(OpenSSL::Crypto INTERFACE "ws2_32;crypt32;iphlpapi")
target_link_libraries(OpenSSL::Crypto INTERFACE "ws2_32;crypt32;iphlpapi")
endif()
set(OPENSSL_INCLUDE_DIR ${DEPS_DESTDIR}/include)

Loading…
Cancel
Save