Skip to content

Add the --cmake-build-args options#142

Open
Hugal31 wants to merge 2 commits into
colcon:masterfrom
Hugal31:feature/cmake-build-args
Open

Add the --cmake-build-args options#142
Hugal31 wants to merge 2 commits into
colcon:masterfrom
Hugal31:feature/cmake-build-args

Conversation

@Hugal31

@Hugal31 Hugal31 commented Jul 19, 2024

Copy link
Copy Markdown

This allows the user to pass arguments to the cmake --build invocation, and bypass the automatic -j -l arguments.

Note that I changed the logic of the if multi_configuration_generator: ... else: # add jobs args: I don't see why the addition of --config should prevent the addition of the job arguments.

Closes #141.

Hugal31 added 2 commits June 24, 2026 14:04
This allows the user to pass arguments to the cmake --build
invocation, and bypass the automatic -j -l arguments.
@Hugal31 Hugal31 force-pushed the feature/cmake-build-args branch from 11d4110 to 8a5c335 Compare June 24, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow to set the cmake build flags

1 participant