[CMake] Visual Studio build question

James Bigler jamesbigler at gmail.com
Mon Jan 12 15:27:51 EST 2009


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090112/4d80e561/attachment.htm>


More information about the CMake mailing list