I've got a top-level CMake project with numerous executable and library sub-projects. I'd like to have CMake generate Makefiles such that if one of those subprojects fails the build process, the Makefile still attempts to build all other subprojects that aren't dependent on any of those which failed to build.
Is this possible? Thanks, Christian
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
