Skip to content

ctest_build/build_command: Add options for parallel flag

This MR adds the parallel parameter to cmGlobalGenerator#GenerateCMakeBuildCommand(), which enables build_command and ctest_build to also have a PARALLEL_LEVEL argument.

I don't know if this is possible, but I tried to break up the long command-line code block in the documentation of build_command, but I'm not sure if that is possible in reStructuredText without rendering that string on multiple lines.

Issue: #22018 (closed)
Fixes: #19712 (closed)

Edited by Brad King

Merge request reports