From 095f721510b7aefff77707bba0ffd7f2c64a1933 Mon Sep 17 00:00:00 2001 From: Diego Devesa Date: Wed, 4 Dec 2024 01:27:07 +0100 Subject: [PATCH] Update docs/build.md --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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