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.

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.

Is this the intended behavior of VS, or did I perhaps set something up wrong
in my CMakeLists.txt?

Using:
 VS 2005 SP1
CMake 2.6.3R5
WinXP 64

Thanks,
James
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to