cmake-build-output-syncΒΆ
The
cmake --buildcommand now groups the output of each recipe in a parallel build so that concurrent jobs do not interleave, when CMake is the one passing the parallel flag to the build tool (via--parallelorCMAKE_BUILD_PARALLEL_LEVEL) and that tool is GNU Make 4.0 or newer. Request parallelism natively, e.g.cmake --build . -- -j, to opt out and stream output as it is produced.