[cmake-developers] Ninja leaking localized /showIncludes(?)
Nils Gladitz
nilsgladitz at gmail.com
Tue Nov 26 03:41:11 EST 2013
On 11/26/2013 09:33 AM, Peter Kümmel wrote:
>
> Seems the launcher breaks the ninja parser. Why are launcher needed? I
> never used them.
>
The CTest launchers collect the output of each command (compiler call,
linker call, custom command).
That way CTest knows which command produced which output (e.g. which
compiler call produced which diagnostics).
The collated information is more useful on the dashboard than a single
stream of potentially interleaved output.
Nils
More information about the cmake-developers
mailing list