diff --git a/docs/build.md b/docs/build.md index 8f179859f..74697db1f 100644 --- a/docs/build.md +++ b/docs/build.md @@ -39,7 +39,7 @@ cmake --build build --config Release ``` For more details and a list of supported generators, see the [CMake documentation](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html). -- For static builds add `-DBUILD_SHARED_LIBS=OFF`: +- For static builds, add `-DBUILD_SHARED_LIBS=OFF`: ``` cmake -B build -DBUILD_SHARED_LIBS=OFF cmake --build build --config Release