From 92b8703574dfc4897aef8568f13a4c40be6a6f2d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 10 Apr 2022 23:20:25 -0500 Subject: [PATCH] try fixing the build if this doesn't work then goodbye Date --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae93abda..2989a36f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,6 +139,7 @@ if (SYSTEM_DATE) message(STATUS "Using system-installed Date") else() set(BUILD_TZ_LIB ON CACHE BOOL "build/install of TZ library" FORCE) + set(USE_SYSTEM_TZ_DB ON CACHE BOOL "Fix the build already" FORCE) add_subdirectory(extern/date EXCLUDE_FROM_ALL) list(APPEND DEPENDENCIES_INCLUDE_DIRS extern/date/include) list(APPEND DEPENDENCIES_LIBRARIES date date-tz)