- Removing Catch2 code from codebase, will pull it via FetchContent instead.

- Changing StdOutLogger to OStreamLogger, so that test cases output can be silenced.
This commit is contained in:
Ian Roddis
2021-08-09 15:48:53 -03:00
parent 9a3671aba4
commit a97c3ff783
13 changed files with 168 additions and 17855 deletions

View File

@@ -6,7 +6,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS True)
set(THIRD_PARTY_DIR ${CMAKE_BINARY_DIR}/third_party)
find_package (Threads REQUIRED)
find_package(Threads REQUIRED)
include(cmake/rapidjson.cmake)
include(cmake/Pistache.cmake)