forked from platformio/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: genrest: Use , instead of : as the separator in --modules
Using ':' as the separator in --modules breaks module specifications like nrfxlib:nrfxlib:C:/Users/Carles/src/ncs/nrfxlib The ':' in 'C:' gets seen as a separator. Use ',' instead, which is unlikely to appear in paths (at least in --modules). Treat a doubled ',,' as a literal ','. Another option would be ';', but it clashes with how CMake represents lists, which is awkward. Also make quoting of arguments with spaces more robust by passing VERBATIM to add_custom_target(). Signed-off-by: Ulf Magnusson <[email protected]>
- Loading branch information
1 parent
6a679a9
commit f570f19
Showing
2 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters