From 0fa6a2a094d29a5471c886982bf9a8aa7c88f6a4 Mon Sep 17 00:00:00 2001 From: David Sisson Date: Fri, 6 Sep 2024 20:02:53 -0700 Subject: [PATCH] chore: fix issue with recently changed timezone database (#120) --- third_party/datetime.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/datetime.cmake b/third_party/datetime.cmake index f96aa06c..d59808a2 100644 --- a/third_party/datetime.cmake +++ b/third_party/datetime.cmake @@ -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