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 3fc0771 commit df3b9edCopy full SHA for df3b9ed
tests/CMakeLists.txt
@@ -36,7 +36,7 @@ set(CMAKE_CXX_STANDARD 17) # enable C++17 in Catch2...
36
37
FetchContent_Declare(catch2
38
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
39
- GIT_TAG v3.4.0)
+ GIT_TAG v3.9.1)
40
FetchContent_MakeAvailable(catch2)
41
42
set(RUNTIME_TEST_FILES
0 commit comments