Documentation: Correct small typo in AdvancedBuildInstructions

This commit is contained in:
Rocco Corsi
2025-11-26 23:04:08 -05:00
committed by Tim Flynn
parent 936c7f05df
commit 0738be817b
Notes: github-actions[bot] 2025-11-27 12:22:53 +00:00

View File

@@ -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