Update docs/build.md
This commit is contained in:
parent
21393e31ca
commit
095f721510
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue