Skip to content

Commit

Permalink
Also link against date::date-tz
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed May 22, 2024
1 parent 0721e0c commit e13ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ endif()
set(SPARROW_INTERFACE_DEPENDENCIES "" CACHE STRING "List of dependencies to be linked to the sparrow target")

find_package(date CONFIG REQUIRED)
list(APPEND SPARROW_INTERFACE_DEPENDENCIES date::date)
list(APPEND SPARROW_INTERFACE_DEPENDENCIES date::date date::date-tz)

# Build
# =====
Expand Down

0 comments on commit e13ae41

Please sign in to comment.