<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">Hello.<br />
<br />
I have been searching for a way to prevent the Ninja generator from issuing the showIncludes command to cl.<br />
<br />
With our update to the latest CMake (3.8.2) on Windows (7 enterprise, at work) with the latest MSVC (2017 community), we now have a ton of messages saying<br />
<br />
Note: including file: <file-name-here><br />
<br />
which makes it difficult to see the actual compilation warnings and errors.<br />
<br />
Turned to Google and found some information about localization potentially being a problem, so I uninstalled MSVC 2017 which was in the French version and installed the English one. Turns out that only made the include messages English. :)<br />
<br />
I searched the documentation for a target property that I could use but did not find anything. I thought of using target compile flag, but not sure how I would remove a flag.<br />
<br />
Searched the mailing list for some info, but most of what I have found does not answer my question. For instance :<br />
<br />
http://cmake.org/pipermail/cmake-developers/2013-November/020782.html<br />
<br />
I also looked in the bug tracker and there does not seem to be any issue relating to that, so my guess is I am doing something wrong.<br />
<br />
So if anyone else has had that problem and/or has a solution for me, I'd appreciate any insight.<br />
<br />
Thanks.<br /></div>
<div name="messageSignatureSection"><br />
<div class="matchFont">Ghyslain Leclerc</div>
</div>
</body>
</html>