From 02f5ef72a2f064dadcb726cdcfdeabb4e0f11cc0 Mon Sep 17 00:00:00 2001 From: Phoebe <925731795@qq.com> Date: Thu, 25 Jul 2019 01:20:15 +0800 Subject: [PATCH] [date] fix issue 6530 (#7399) --- ports/date/CMakeLists.txt | 2 +- ports/date/CONTROL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/date/CMakeLists.txt b/ports/date/CMakeLists.txt index 292c1758a..bacbf2716 100644 --- a/ports/date/CMakeLists.txt +++ b/ports/date/CMakeLists.txt @@ -18,8 +18,8 @@ target_include_directories(tz PUBLIC $) target_include_directories(tz PUBLIC $) + target_link_libraries(tz PUBLIC ${CURL_LIBRARIES}) endif() if(BUILD_SHARED_LIBS) diff --git a/ports/date/CONTROL b/ports/date/CONTROL index 93f4b37cd..03cd721cb 100644 --- a/ports/date/CONTROL +++ b/ports/date/CONTROL @@ -1,5 +1,5 @@ Source: date -Version: ed0368f +Version: 2019-05-18-1 Homepage: https://github.com/HowardHinnant/date Description: A date and time library based on the C++11/14/17 header