Is CMake supposed to stop the VS build when configure fails?<br><br>1>CMake Error in samples/traversal/CMakeLists.txt:<br>1> Cannot find source file "traversal.c". Tried extensions .c .C .c++ .cc<br>1> .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx<br>
1>-- Build files have been written to: C:/code/rtsdk/rtmain/build-64-vs9-c30<br>1>Project : error PRJ0019: A tool returned an error code from "Checking Build System"<br>1>Build log was saved at "file://c:\code\build-64-vs9-c30\ZERO_CHECK.dir\Release\BuildLog.htm"<br>
1>ZERO_CHECK - 1 error(s), 0 warning(s)<br>2>------ Build started: Project: ggg, Configuration: Release x64 ------<br>3>------ Build started: Project: rrr, Configuration: Release x64 ------<br>2>Compiling...<br>
<br>I'm currently using VS 2008 64 bit with CMake 2.6.3.<br>