Skip to content

Commit

Permalink
feat: bump Catch2 to v3.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Certseeds <[email protected]>
  • Loading branch information
Certseeds committed Feb 25, 2024
1 parent 790daad commit 0aa479c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ set("BUILD_${LIB_WAY}_LIBS" YES)

Include(FetchContent)
CMAKE_CMP_0135()
set(CATCH2_URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.5.1.tar.gz)
set(CATCH2_HASH "3b666cc058b84e9af3431cad9649c1af")
set(CATCH2_URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.5.2.tar.gz)
set(CATCH2_HASH "c22bc17311b08ae8338d80f096487765")
if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
FetchContent_Declare(
Catch2
Expand Down

0 comments on commit 0aa479c

Please sign in to comment.