Skip to content

Commit

Permalink
Find date::date in CMake package configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman authored and manojsdoshi committed May 27, 2020
1 parent 17412d1 commit 0b9e935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Builds/CMake/RippleConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0b9e935

Please sign in to comment.