Skip to content

Commit

Permalink
feat: update catch2 to v3.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Certseeds <[email protected]>
  • Loading branch information
Certseeds committed Aug 5, 2024
1 parent 0be5753 commit 2db549e
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.3.tar.gz)
set(CATCH2_HASH "1f51d817ce81d54b12e87d06e159305f")
set(CATCH2_URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.6.0.tar.gz)
set(CATCH2_HASH "86a9fec7afecaec687faaa988ac6818e")
if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
FetchContent_Declare(
Catch2
Expand Down

0 comments on commit 2db549e

Please sign in to comment.