Hello, we want to use cmake in addition to make, as an alternative possibilty to build our software. We have a hand-written "Makefile" and want cmake not to overwrite it. How can we change the name of the Output- Makefile of cmake, for instance from "Makefile" to "CMakefile"? Thanks, Christian Lang