Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
update Catch2 to v3.3.1 (same as whats in updated image)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jun 16, 2023
1 parent 7d89c20 commit 21ad221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BuildMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ macro(build_test)
include(FetchContent)
FetchContent_Declare(
Catch2
URL https://github.com/catchorg/Catch2.git
GIT_TAG v3.2.0
URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.3.1.tar.gz
URL_HASH MD5=5cdc99f93e0b709936eb5af973df2a5c
)
FetchContent_MakeAvailable(Catch2)
endif()
Expand Down

0 comments on commit 21ad221

Please sign in to comment.