Closed
Description
Hello!
When using cmake-integration-transient
, one of the build options is "Number of concurrent processes to use", which inserts a --jobs
parameter in the build command. Unfortunately, this option is rejected by cmake.
From the documentation, I can see that the desired option should be -j
or --parallel
, so the transient option should be replaced with one of the accepted parameters.
Thank you!
Metadata
Metadata
Assignees
Labels
No labels