Skip to content

Commit

Permalink
Point to 3.0.1 in FetchContent example
Browse files Browse the repository at this point in the history
Closes #2326
Closes #2438
  • Loading branch information
horenmar committed May 31, 2022
1 parent 85c00eb commit 8c952bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cmake-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.0-preview3
GIT_TAG v3.0.1 # or a later release
)
FetchContent_MakeAvailable(Catch2)
Expand Down

0 comments on commit 8c952bd

Please sign in to comment.