We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c00eb commit 8c952bdCopy full SHA for 8c952bd
docs/cmake-integration.md
@@ -51,7 +51,7 @@ Include(FetchContent)
51
FetchContent_Declare(
52
Catch2
53
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
54
- GIT_TAG v3.0.0-preview3
+ GIT_TAG v3.0.1 # or a later release
55
)
56
57
FetchContent_MakeAvailable(Catch2)
0 commit comments