[cmake-developers] Ninja leaking localized /showIncludes(?)
Nils Gladitz
nilsgladitz at gmail.com
Tue Nov 26 06:46:45 EST 2013
On 11/26/2013 10:16 AM, Nils Gladitz wrote:
> The CTest launchers collect the output of each command (compiler call,
> linker call, custom command).
>
I just now realized what this means in this case ...
When the launcher was running cmcldeps it did not see any /showincludes
output since it was being filtered by cmcldeps itself.
Now that the launcher runs cl it gets to see the output unfiltered and
stores it for submission to the dashboard.
Ninja then filters the output from the launcher but obviously too late
for the dashboard.
Nils
More information about the cmake-developers
mailing list