You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the generated CMakePresets.json does not contain the "jobs" parameter, making it default to 1 (at least sometimes).
when manually set to a higher number, the cmake build command builds in parallel as expected.
it would be good if Conan could set this parameter while generating the preset file(s).
example "buildPresets" section before this feature is implemented:
* set jobs parameter in cmake build presets(#15419)
* import build_jobs directly instead of using scoping
* test
* fix, remove from testPresets
---------
Co-authored-by: memsharded <james@conan.io>
What is your suggestion?
the generated CMakePresets.json does not contain the "jobs" parameter, making it default to 1 (at least sometimes).
when manually set to a higher number, the cmake build command builds in parallel as expected.
it would be good if Conan could set this parameter while generating the preset file(s).
example "buildPresets" section before this feature is implemented:
example "buildPresets" section with the proposed feature:
this allows cmake to be invoked as follows,
cmake --build --target all --preset conan-relwithdebinfo
and have it build in parallel (much faster).the issue was observed on Ubuntu 23.10
Conan version 2.0.14
cmake version 3.27.4
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: