diff --git a/docs/cmake-integration.md b/docs/cmake-integration.md index e63e67f61b..29aeb4335b 100644 --- a/docs/cmake-integration.md +++ b/docs/cmake-integration.md @@ -47,7 +47,7 @@ above still works. Another possibility is to use [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html): ```cmake -Include(FetchContent) +include(FetchContent) FetchContent_Declare( Catch2