mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:39:00 +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()
|