Skip to content

Commit

Permalink
Update Catch2 to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Nov 18, 2024
1 parent cdb9a68 commit 31f97ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ enable_testing()
Include(FetchContent)
FetchContent_Declare(Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.4.0
GIT_TAG v3.7.1
)
FetchContent_MakeAvailable(Catch2)
list(APPEND CMAKE_MODULE_PATH ${Catch2_SOURCE_DIR}/extras)
Expand Down

0 comments on commit 31f97ab

Please sign in to comment.