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 69fdeab commit c2a3a11Copy full SHA for c2a3a11
CMakeLists.txt
@@ -32,7 +32,7 @@ get_target_property(GSL_INCLUDE_DIRS Microsoft.GSL::GSL INTERFACE_INCLUDE_DIRECT
32
if (VERIFIER_ENABLE_TESTS)
33
FetchContent_Declare(Catch2
34
GIT_REPOSITORY "https://github.com/catchorg/Catch2.git"
35
- GIT_TAG "v3.9.0"
+ GIT_TAG "v3.9.1"
36
GIT_SHALLOW ON
37
)
38
FetchContent_MakeAvailable(Catch2)
0 commit comments