Skip to content

Commit

Permalink
upgrade catch2 to v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate committed Aug 15, 2024
1 parent be0e258 commit 7878eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (BUILD_TESTS)
Catch2
GIT_SHALLOW TRUE
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.5.4
GIT_TAG v3.7.0
)
FetchContent_MakeAvailable(Catch2)
list(APPEND CMAKE_MODULE_PATH "${Catch2_SOURCE_DIR}/extras")
Expand Down

0 comments on commit 7878eba

Please sign in to comment.