[cmake-developers] Ninja leaking localized /showIncludes(?)
Nils Gladitz
nilsgladitz at gmail.com
Mon Nov 25 04:34:36 EST 2013
I found output like this:
Hinweis: Einlesen der Datei: c:\Program Files (x86)\Microsoft Visual
Studio 10.0\VC\INCLUDE\string
Hinweis: Einlesen der Datei: c:\Program Files (x86)\Microsoft Visual
Studio 10.0\VC\INCLUDE\istream
[...]
In local dashboard builds with a german VS2010 installation and cmake
master.
The Ninja generator created an entry in rules.ninja:
msvc_deps_prefix = Hinweis: Einlesen der Datei:
Which I assume is meant to match and filter those lines from the rest of
the compiler output.
Is there something missing/incorrect on the cmake side or is this a
ninja issue?
The ninja version on the dashboard client is 1.4.0.
Nils
More information about the cmake-developers
mailing list