diff --git a/docs/cmake-integration.md b/docs/cmake-integration.md index 49330083..347cfd5a 100644 --- a/docs/cmake-integration.md +++ b/docs/cmake-integration.md @@ -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)