Skip to content

Commit 8c952bd

Browse files
committed
Point to 3.0.1 in FetchContent example
Closes #2326 Closes #2438
1 parent 85c00eb commit 8c952bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cmake-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Include(FetchContent)
5151
FetchContent_Declare(
5252
Catch2
5353
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
54-
GIT_TAG v3.0.0-preview3
54+
GIT_TAG v3.0.1 # or a later release
5555
)
5656
5757
FetchContent_MakeAvailable(Catch2)

0 commit comments

Comments
 (0)