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 632c125 commit 95a9bbbCopy full SHA for 95a9bbb
CMakeLists.txt
@@ -29,7 +29,7 @@ get_target_property(GSL_INCLUDE_DIRS Microsoft.GSL::GSL INTERFACE_INCLUDE_DIRECT
29
if (VERIFIER_ENABLE_TESTS)
30
FetchContent_Declare(Catch2
31
GIT_REPOSITORY "https://github.com/catchorg/Catch2.git"
32
- GIT_TAG "v3.7.1"
+ GIT_TAG "v3.8.0"
33
GIT_SHALLOW ON
34
)
35
FetchContent_MakeAvailable(Catch2)
0 commit comments