Skip to content

Commit

Permalink
Update Catch2 to v3.3.2. (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineKhaldi committed Apr 23, 2023
1 parent 0cb1985 commit 1feb218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if(BUILD_BLS_TESTS)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.0-preview5
GIT_TAG v3.3.2
)
FetchContent_MakeAvailable(Catch2)
find_package(Threads REQUIRED)
Expand Down

0 comments on commit 1feb218

Please sign in to comment.