Skip to content

Commit

Permalink
Update FetchContent docs to use 2.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed May 31, 2022
1 parent 1127d84 commit e33de8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cmake-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.1)
GIT_TAG v2.13.9 # or a later release
)
FetchContent_MakeAvailable(Catch2)
Expand Down

0 comments on commit e33de8f

Please sign in to comment.