mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-04 21:24:26 +02:00
committed by
Howard Hinnant
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( )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user