mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 12:48:01 +08:00
[date] fix issue 6530 (#7399)
This commit is contained in:
parent
ea9d29c05b
commit
02f5ef72a2
@ -18,8 +18,8 @@ target_include_directories(tz PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DI
|
|||||||
|
|
||||||
if(HAS_REMOTE_API)
|
if(HAS_REMOTE_API)
|
||||||
find_package(CURL REQUIRED)
|
find_package(CURL REQUIRED)
|
||||||
target_link_libraries(tz PUBLIC $<BUILD_INTERFACE:${CURL_LIBRARIES}>)
|
|
||||||
target_include_directories(tz PUBLIC $<BUILD_INTERFACE:${CURL_INCLUDE_DIRS}>)
|
target_include_directories(tz PUBLIC $<BUILD_INTERFACE:${CURL_INCLUDE_DIRS}>)
|
||||||
|
target_link_libraries(tz PUBLIC ${CURL_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
if(BUILD_SHARED_LIBS)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Source: date
|
Source: date
|
||||||
Version: ed0368f
|
Version: 2019-05-18-1
|
||||||
Homepage: https://github.com/HowardHinnant/date
|
Homepage: https://github.com/HowardHinnant/date
|
||||||
Description: A date and time library based on the C++11/14/17 <chrono> header
|
Description: A date and time library based on the C++11/14/17 <chrono> header
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user