From 4645faffd3ad350b723de32c8ce4e8fa3be2b90f Mon Sep 17 00:00:00 2001 From: Tony Wang <100271394+wngtk@users.noreply.github.com> Date: Tue, 14 Oct 2025 22:51:21 +0800 Subject: [PATCH 1/2] Update CMakeLists.txt --- libcron/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcron/CMakeLists.txt b/libcron/CMakeLists.txt index 618cc68..6511821 100644 --- a/libcron/CMakeLists.txt +++ b/libcron/CMakeLists.txt @@ -32,7 +32,7 @@ add_library(${PROJECT_NAME} src/Task.cpp) target_include_directories(${PROJECT_NAME} - PRIVATE ${CMAKE_CURRENT_LIST_DIR}/externals/date/include + PUBLIC ${CMAKE_CURRENT_LIST_DIR}/externals/date/include PUBLIC include) if(NOT MSVC) From 6cab8c4e9611823d19789424d75eaa04f1c99be2 Mon Sep 17 00:00:00 2001 From: Wang Tiaoke Date: Tue, 14 Oct 2025 23:33:32 +0800 Subject: [PATCH 2/2] Upgrade date to v3.0.4 --- libcron/externals/date | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcron/externals/date b/libcron/externals/date index cac99da..f94b8f3 160000 --- a/libcron/externals/date +++ b/libcron/externals/date @@ -1 +1 @@ -Subproject commit cac99da8dc88be719a728dc1b597b0ac307c1800 +Subproject commit f94b8f36c6180be0021876c4a397a054fe50c6f2