diff --git a/Builds/CMake/RippleConfig.cmake b/Builds/CMake/RippleConfig.cmake index 1dc75cb9093..940e5167f4e 100644 --- a/Builds/CMake/RippleConfig.cmake +++ b/Builds/CMake/RippleConfig.cmake @@ -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)