Documentation: Correct small typo in AdvancedBuildInstructions
This commit is contained in:
parent
936c7f05df
commit
0738be817b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ For example, boolean options such as `ENABLE_<setting>` or `<component_name>_DEB
|
|||
|
||||
```console
|
||||
# Reconfigure an existing binary directory with process debug enabled
|
||||
$ cmake -B Build/ladbyird -DPROCESS_DEBUG=ON
|
||||
$ cmake -B Build/ladybird -DPROCESS_DEBUG=ON
|
||||
```
|
||||
|
||||
For more information on how the CMake cache works, see the CMake guide for [Running CMake](https://cmake.org/runningcmake/). Additional context is available in the CMake documentation for
|
||||
|
|
|
|||
Loading…
Reference in a new issue