Skip to content

Commit ee34810

Browse files
authored
Update CMakeLists.txt (#48)
* Update CMakeLists.txt * Upgrade date to v3.0.4
1 parent 8c144b0 commit ee34810

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcron/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ add_library(${PROJECT_NAME}
3232
src/Task.cpp)
3333

3434
target_include_directories(${PROJECT_NAME}
35-
PRIVATE ${CMAKE_CURRENT_LIST_DIR}/externals/date/include
35+
PUBLIC ${CMAKE_CURRENT_LIST_DIR}/externals/date/include
3636
PUBLIC include)
3737

3838
if(NOT MSVC)

libcron/externals/date

Submodule date updated 48 files

0 commit comments

Comments
 (0)