Am Sonntag 29 Juli 2007 20:23 schrieb Juan Sanchez: > Is it possible for cmake to generate Makefiles by a different name than > "Makefile"? Then it would be possible for developer's existing > Makefiles to not get clobbered by cmake. Gnu make could then be called > with the -f specification for the Makefile name.
Since you should use out-of-source build, there is no file name collision as the Makefile files will be created in the build-tree, leaving the ones in the source-tree untouched. HS _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
