chore(docs): Typo in CMake Arguments example code blocks (#3038)

This commit is contained in:
Kurtis Lew 2025-08-18 04:15:58 -04:00 committed by GitHub
parent 9fcce45cb5
commit 5225952f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -99,14 +99,14 @@ command. These are invoked whenever a new build system is generated. To add
permanent arguments, set the `build.cmake-args` configuration option.
```sh
west config build.cmake-args -- -DSHIELD=kyra_left
west config build.cmake-args -- -DSHIELD=kyria_left
```
Multiple arguments are added by assigning a string to the configuration option:
```sh
west config build.cmake-args \
-- "-DSHIELD=kyra_left -DZMK_CONFIG=/absolute/path/to/zmk-config"
-- "-DSHIELD=kyria_left -DZMK_CONFIG=/absolute/path/to/zmk-config"
```
### Pristine Building