mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
fix typo
This commit is contained in:
parent
c66e925fb2
commit
a9de1ad277
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue