Use latest release in docs

This commit is contained in:
Chris Thrasher 2025-06-15 13:05:35 -06:00
parent 1de7d0ed7b
commit ac207fc90f
No known key found for this signature in database
GPG Key ID: 56FB686C9DFC8E2C

View File

@ -52,7 +52,7 @@ Include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
Catch2 Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.4.0 # or a later release GIT_TAG v3.8.1 # or a later release
) )
FetchContent_MakeAvailable(Catch2) FetchContent_MakeAvailable(Catch2)