Skip to content

Commit

Permalink
up Catch2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchabannes committed Feb 8, 2024
1 parent 52f798a commit c8ca7b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@


Include(FetchContent)

FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.0-preview3
GIT_TAG v3.5.2 #v3.0.0-preview3
)

FetchContent_MakeAvailable(Catch2)
Expand Down

0 comments on commit c8ca7b0

Please sign in to comment.