[CMake] Setting the compiler

Hendrik Sattler post at hendrik-sattler.de
Sun Jul 29 14:29:47 EDT 2007


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


More information about the CMake mailing list