Skip to content

Commit

Permalink
move to later version of Catch to avoid compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
jezhiggins committed Jun 8, 2023
1 parent 46160f0 commit 06e944e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test-catch2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set(SOURCE_FILES main.cpp ExampleCharacterTestCase.cpp CharactersTest.cpp Charac
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.1)
GIT_TAG v2.13.9)
FetchContent_MakeAvailable(Catch2)

# approvals
Expand Down

0 comments on commit 06e944e

Please sign in to comment.