Is CMake supposed to stop the VS build when configure fails?<br><br>1&gt;CMake Error in samples/traversal/CMakeLists.txt:<br>1&gt;  Cannot find source file &quot;traversal.c&quot;.  Tried extensions .c .C .c++ .cc<br>1&gt;  .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx<br>

1&gt;-- Build files have been written to: C:/code/rtsdk/rtmain/build-64-vs9-c30<br>1&gt;Project : error PRJ0019: A tool returned an error code from &quot;Checking Build System&quot;<br>1&gt;Build log was saved at &quot;file://c:\code\build-64-vs9-c30\ZERO_CHECK.dir\Release\BuildLog.htm&quot;<br>

1&gt;ZERO_CHECK - 1 error(s), 0 warning(s)<br>2&gt;------ Build started: Project: ggg, Configuration: Release x64 ------<br>3&gt;------ Build started: Project: rrr, Configuration: Release x64 ------<br>2&gt;Compiling...<br>

<br>I&#39;m currently using VS 2008 64 bit with CMake 2.6.3.<br>