Reverting to rapidjson for attempt record serialization

This commit is contained in:
Ian Roddis
2022-02-16 10:06:48 -04:00
parent 71756d9ec2
commit 3866332e77
4 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_SHALLOW TRUE
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.7)
FetchContent_MakeAvailable(Catch2)