mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
c5ef7fac23
By default, Ninja displays the full build command for the object which is very verbose. Warnings are often lost in the noise, and compile errors take some searching to find. If a build step fails, Ninja will still print out the full build command, so there's no loss of useful information. Fixes: #25853