We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cb3fd commit b74fecdCopy full SHA for b74fecd
CMakeLists.txt
@@ -68,7 +68,7 @@ if(EXPECTED_BUILD_TESTS)
68
set(CATCH_BUILD_TESTING OFF)
69
set(CATCH_INSTALL_DOCS OFF)
70
FetchContent_Declare(Catch2 URL
71
- https://github.com/catchorg/Catch2/archive/v2.9.2.zip)
+ https://github.com/catchorg/Catch2/archive/v2.13.10.zip)
72
FetchContent_MakeAvailable(Catch2)
73
74
file(GLOB test-sources CONFIGURE_DEPENDS tests/*.cpp)
0 commit comments