Find date::date in CMake package configuration file

This commit is contained in:
John Freeman
2020-05-13 14:39:09 -05:00
committed by manojsdoshi
parent 17412d17e2
commit 0b9e935806

View File

@@ -46,6 +46,7 @@ endif ()
set (OPENSSL_MSVC_STATIC_RT ON)
find_dependency (OpenSSL 1.0.2 REQUIRED)
find_dependency (ZLIB)
find_dependency (date)
if (TARGET ZLIB::ZLIB)
set_target_properties(OpenSSL::Crypto PROPERTIES
INTERFACE_LINK_LIBRARIES ZLIB::ZLIB)