<div dir="ltr"><div>Hi all,<br></div><div>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".<br><br></div><div>I am using CMake solely to substitute some variables in some subdirectory Makefile.in's.<br></div><div><br></div><div>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 .". <br><br></div><div>How do I stop CMake from generating a Makefile?<br><br></div><div>Thanks!<br></div><div>-deech<br></div></div>