mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:57:49 +08:00
8 lines
230 B
CMake
8 lines
230 B
CMake
|
_find_package(${ARGS})
|
||
|
if(OPENSSL_FOUND)
|
||
|
list(APPEND OPENSSL_LIBRARIES "dl")
|
||
|
if(TARGET OpenSSL::Crypto)
|
||
|
set_property(TARGET OpenSSL::Crypto APPEND PROPERTY INTERFACE_LINK_LIBRARIES "dl")
|
||
|
endif()
|
||
|
endif()
|