diff --git a/third_party/.gitignore b/third_party/.gitignore index f618dbe5..29fc65e5 100644 --- a/third_party/.gitignore +++ b/third_party/.gitignore @@ -2,4 +2,4 @@ !.gitattributes !.gitignore !CMakeLists.txt -!CMakeLists.release.txt \ No newline at end of file +!CMakeLists.release.txt diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 17ef25d8..452d7d14 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -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