From ee34810b11bd23c8be637345532f91059b68b2d7 Mon Sep 17 00:00:00 2001 From: Tony Wang <100271394+wngtk@users.noreply.github.com> Date: Tue, 14 Oct 2025 23:39:51 +0800 Subject: [PATCH] Update CMakeLists.txt (#48) * Update CMakeLists.txt * Upgrade date to v3.0.4 --- libcron/CMakeLists.txt | 2 +- libcron/externals/date | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) 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