Skip to content

Commit

Permalink
Update catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Feb 18, 2024
1 parent 88c28b1 commit 5aba7e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unittests/CMakeLists.txt
@@ -1,7 +1,7 @@
include(FetchContent)

set(CATCH_VERSION 3.3.2)
set(CATCH_SHA256 SHA256=802a1d7f98f8e38a7913b596c5e3356ea76c544acb7c695bfd394544556359f3)
set(CATCH_VERSION 3.5.2)
set(CATCH_SHA256 SHA256=85fcc78d0c3387b15ad82f22a94017b29e4fe7c1cf0a05c3dd465b2746eef73f)
set(CATCH_URL "${THIRD_PARTY_DIRECTORY}/Catch2-${CATCH_VERSION}.zip" CACHE STRING "URL to the Catch")

FetchContent_Declare(Catch2
Expand Down
Binary file removed third-party/Catch2-3.3.2.zip
Binary file not shown.
Binary file added third-party/Catch2-3.5.2.zip
Binary file not shown.

0 comments on commit 5aba7e8

Please sign in to comment.