There was an error while loading. Please reload this page.
1 parent 320765d commit 8a5c335Copy full SHA for 8a5c335
1 file changed
colcon_cmake/task/cmake/build.py
@@ -69,8 +69,7 @@ def add_arguments(self, *, parser): # noqa: D102
69
nargs='*',
70
help='Pass arguments to cmake --build. '
71
'Arguments matching other options must be prefixed by a space,\n'
72
- 'e.g. --cmake-args " --help" (stdout might not be shown by '
73
- 'default, e.g. add `--event-handlers console_cohesion+`)')
+ 'e.g. --cmake-build-args " --parallel" 4')
74
75
async def build( # noqa: D102
76
self, *, additional_hooks=None, skip_hook_creation=False,
0 commit comments