Skip to content

Commit

Permalink
build: bump Catch2 version
Browse files Browse the repository at this point in the history
Fetch the latest release.
  • Loading branch information
romangg committed Mar 4, 2024
1 parent cfe2c42 commit 4986588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.3.1
GIT_TAG v3.5.3
)
FetchContent_MakeAvailable(Catch2)

Expand Down

0 comments on commit 4986588

Please sign in to comment.