Compare commits

..

No commits in common. "b3c59ffe0d17bbd3a09f88c2b6b4572052b62deb" and "877e7ad2fa75c4ae0961faebf1176388c0a616cf" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View file

@ -28,7 +28,7 @@ else ()
message(STATUS "ccache not found")
endif ()
fetchcontent_declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz DOWNLOAD_EXTRACT_TIMESTAMP OFF)
fetchcontent_declare(json URL https://github.com/nlohmann/json/releases/download/v3.11.3/json.tar.xz)
set(JSON_BuildTests OFF CACHE INTERNAL "")
option(JSON_ImplicitConversions "Enable implicit conversions." OFF)
option(JSON_SystemInclude "Include as system headers (skip for clang-tidy)." ON)
@ -63,7 +63,6 @@ set(LINKER_OPTIONS
)
option(ENABLE_COVERAGE "Enabling coverage" OFF)
option(BILLY_ENABLE_TESTS "Enable Unit testing target" ON)
if (${ENABLE_COVERAGE})
message(STATUS "Coverage enabled")
@ -126,6 +125,4 @@ install(FILES
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/billySheet
)
if (${BILLY_ENABLE_TESTS})
add_subdirectory("Unit testing")
endif ()

2
external/catch2 vendored

@ -1 +1 @@
Subproject commit 914aeecfe23b1e16af6ea675a4fb5dbd5a5b8d0a
Subproject commit fa43b77429ba76c462b1898d6cd2f2d7a9416b14