1
0
mirror of https://github.com/PerMalmberg/libcron.git synced 2025-10-18 05:45:20 -05:00

Use newer catch2 for Apple M1 support (#18)

This commit is contained in:
Sebastian Haglund
2021-08-23 18:36:41 +02:00
committed by GitHub
parent b0046755bd
commit e91a51afc1
7 changed files with 5 additions and 13389 deletions

View File

@@ -17,7 +17,7 @@ else()
endif()
include_directories(
${CMAKE_CURRENT_LIST_DIR}/externals/Catch2/single_include/
${CMAKE_CURRENT_LIST_DIR}/externals/Catch2/single_include/catch2
${CMAKE_CURRENT_LIST_DIR}/../libcron/externals/date/include
${CMAKE_CURRENT_LIST_DIR}/..
)