[CMake] Supress generation of a Makefile

aditya siram aditya.siram at gmail.com
Wed Mar 18 18:59:10 EDT 2015


Hi all,
I have a cross platform project where Linux/Mac users will use the standard
"autoheader;autoconf;./configure .." routine, but on Windows users will do
"cmake .; make".

I am using CMake solely to substitute some variables in some subdirectory
Makefile.in's.

The problem is that there is an existing Makefile in the root of the
project that must not be disturbed but keeps getting overwritten whenever I
run "cmake .".

How do I stop CMake from generating a Makefile?

Thanks!
-deech
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150318/474be1fc/attachment.html>


More information about the CMake mailing list