Point to 3.0.1 in FetchContent example

Closes #2326
Closes #2438
This commit is contained in:
Martin Hořeňovský 2022-05-31 11:49:14 +02:00
parent 85c00eb946
commit 8c952bd076
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

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