Skip to content

Commit

Permalink
Bump Catch2 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Sep 6, 2024
1 parent 94c3f98 commit a2dc063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Include(FetchContent)
include(FetchContent)

FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.3.0
GIT_TAG v3.7.0
)

FetchContent_MakeAvailable(Catch2)

0 comments on commit a2dc063

Please sign in to comment.