I have a slightly off topic problem that is related to VS and CMake and this seems like a good time to ask for some help.<div><br></div><div>VS keeps complaining that some projects are out of date every time I start a debugging session.</div>

<div><br></div><div>I checkout llvm and clang</div><div>I run cmake -G Visual Studio 2010</div><div>I build all projects from the solution</div><div>I mark clang as the startup project</div><div><br></div><div>After I hit F5 I'm presented with a list of projects that are supposedly out of date.</div>

<div><br></div><div>I know that this problem is usually about cyclic dependencies or file time stamps that have changed (pre or post compile steps). I wrote a small python script to check for cycles but couldn't find any. I couldn't check my time stamp assumption since CMake is mostly magic to me :)</div>

<div><br></div><div>I've talked to Francois about this and he says that he never had this problem. I even tried installing XP under VM to have a fresh start but the same thing happens.<br><br><div class="gmail_quote">

On Wed, Jun 13, 2012 at 11:34 PM, David Cole <span dir="ltr"><<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="gmail_quote"><div class="im"><br></div></div><div>Today was the first day that our Windows CMake dashboard using the Ninja generator had all of its tests passing. So.... I just committed code to CMake to turn on the Ninja generator by default in Windows builds of CMake.</div>


<div><br></div><div>  <a href="http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2077e98753a505490d16cba42af0e0cae04f2c36" target="_blank">http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2077e98753a505490d16cba42af0e0cae04f2c36</a></div>


<div><br></div><div>The upcoming 2.8.9 release of CMake should have these recent changes in them to make it easy to build CMake based projects with ninja.</div><div><br></div><div><br></div><div>Thanks,</div><div>David Cole</div>


<div>Kitware, Inc.</div><div><br></div>
</blockquote></div><br></div>