We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155edbb commit 68e83ecCopy full SHA for 68e83ec
1 file changed
third_party/CMakeLists.txt
@@ -6,8 +6,8 @@ set("BUILD_${LIB_WAY}_LIBS" YES)
6
7
Include(FetchContent)
8
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")
+set(CATCH2_URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.10.0.tar.gz)
+set(CATCH2_HASH "c2fef0ffbe8af6b20e86f8d0e79b6aac")
11
if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")
12
FetchContent_Declare(
13
Catch2
0 commit comments