Skip to content

Commit

Permalink
Use system timezone (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Feb 29, 2024
1 parent dda1c16 commit d91eec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/externals/date.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ ExternalProject_Add(
SOURCE_DIR ${source_dir}
CMAKE_ARGS
${common_cmake_args}
-DUSE_SYSTEM_TZ_DB=ON
-DBUILD_TZ_LIB=ON
-DENABLE_DATE_TESTING=OFF
-DBUILD_SHARED_LIBS=ON
-DCMAKE_BUILD_TYPE=Release
-DCURL_NO_CURL_CMAKE=ON
BUILD_IN_SOURCE 1
BUILD_COMMAND make -s -j${BUILDING_JOBS_NUM}
INSTALL_COMMAND make -s -j${BUILDING_JOBS_NUM} install
Expand Down

0 comments on commit d91eec0

Please sign in to comment.