Skip to content

Commit

Permalink
chore: fix issue with recently changed timezone database
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Sep 7, 2024
1 parent ef0bbe5 commit 8aae9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/datetime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
include_guard(GLOBAL)

set (BUILD_TZ_LIB ON CACHE BOOL "timezone library is a dependency" FORCE)
set (USE_SYSTEM_TZ_DB ON CACHE BOOL "use OS compiled timezone database" FORCE)
include(FetchContent)
FetchContent_Declare(date_src
GIT_REPOSITORY https://github.com/HowardHinnant/date.git
Expand Down

0 comments on commit 8aae9b2

Please sign in to comment.