So when I have a project that builds a library (call it libprovides) and I have another project that uses that library (libuses), CMake creates a build dependency between the two projects. I can see them when I open the Project Dependencies dialog and notice that there are check marks next to the libprovides library project.<br>
<br>The issue I'm seeing, is that if libprovides library project fails to build, VS decides to try and build the libuses library anyway, and then complains that libprovides isn't there.<br><br>Is this the intended behavior of VS, or did I perhaps set something up wrong in my CMakeLists.txt?<br>
<br>Using:<br> VS 2005 SP1<br>CMake 2.6.3R5<br>WinXP 64<br><br>Thanks,<br>James<br>