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 dd49135 commit 3fc0771Copy full SHA for 3fc0771
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.2.0)
+ GIT_TAG v3.4.0)
40
FetchContent_MakeAvailable(catch2)
41
42
set(RUNTIME_TEST_FILES
0 commit comments