Skip to content

Commit

Permalink
feature: bump Catch2 to v3.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Certseeds <[email protected]>
  • Loading branch information
Certseeds committed Jan 6, 2024
1 parent 473e36c commit 790daad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion third_party/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
!.gitattributes
!.gitignore
!CMakeLists.txt
!CMakeLists.release.txt
!CMakeLists.release.txt
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.3.1.tar.gz)
set(CATCH2_HASH "5cdc99f93e0b709936eb5af973df2a5c")
set(CATCH2_URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.5.1.tar.gz)
set(CATCH2_HASH "3b666cc058b84e9af3431cad9649c1af")
if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
FetchContent_Declare(
Catch2
Expand Down

0 comments on commit 790daad

Please sign in to comment.