mirror of
https://github.com/HowardHinnant/date.git
synced 2025-01-14 01:37:57 +08:00
parent
fe63f0bb5f
commit
c8d311f6f1
@ -123,7 +123,8 @@ if( BUILD_TZ_LIB )
|
|||||||
endif( )
|
endif( )
|
||||||
if( NOT USE_SYSTEM_TZ_DB AND NOT MANUAL_TZ_DB )
|
if( NOT USE_SYSTEM_TZ_DB AND NOT MANUAL_TZ_DB )
|
||||||
find_package( CURL REQUIRED )
|
find_package( CURL REQUIRED )
|
||||||
target_link_libraries( tz PRIVATE CURL::libcurl )
|
target_include_directories( tz SYSTEM PRIVATE ${CURL_INCLUDE_DIRS} )
|
||||||
|
target_link_libraries( tz PRIVATE ${CURL_LIBRARIES} )
|
||||||
endif( )
|
endif( )
|
||||||
endif( )
|
endif( )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user