Update FetchContent docs to use 2.13.9

This commit is contained in:
Martin Hořeňovský 2022-05-31 12:31:02 +02:00
parent 1127d847a1
commit e33de8fc05
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A

View File

@ -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)