Skip to content

Commit e33de8f

Browse files
committed
Update FetchContent docs to use 2.13.9
1 parent 1127d84 commit e33de8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/cmake-integration.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Include(FetchContent)
4343
FetchContent_Declare(
4444
Catch2
4545
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
46-
GIT_TAG v2.13.1)
46+
GIT_TAG v2.13.9 # or a later release
47+
)
4748
4849
FetchContent_MakeAvailable(Catch2)
4950

0 commit comments

Comments
 (0)