Skip to content

Commit 68e83ec

Browse files
committed
feat: bump catch2 to v3.10.0
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
1 parent 155edbb commit 68e83ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

third_party/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ set("BUILD_${LIB_WAY}_LIBS" YES)
66

77
Include(FetchContent)
88
CMAKE_CMP_0135()
9-
set(CATCH2_URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.7.0.tar.gz)
10-
set(CATCH2_HASH "f0cd2b73baf5e965a2d2430871f2c2cf")
9+
set(CATCH2_URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.10.0.tar.gz)
10+
set(CATCH2_HASH "c2fef0ffbe8af6b20e86f8d0e79b6aac")
1111
if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
1212
FetchContent_Declare(
1313
Catch2

0 commit comments

Comments
 (0)