diff --git a/docs/cmake-integration.md b/docs/cmake-integration.md index 86666efe..c0f3059e 100644 --- a/docs/cmake-integration.md +++ b/docs/cmake-integration.md @@ -384,7 +384,7 @@ install it to the default location, like so: ``` $ git clone https://github.com/catchorg/Catch2.git $ cd Catch2 -$ cmake -Bbuild -H. -DBUILD_TESTING=OFF +$ cmake -Bbuild -S. -DBUILD_TESTING=OFF $ sudo cmake --build build/ --target install ```