<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace">One of my co-workers likes to start multiple makes in various parts of his project source tree.  Under our old Makefile-based, build-in-source system, this worked fine. Under our new CMake-based, out-of-source build system, this causes problems, since any make might cause CMake to rebuild its internal files.</div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace">Is this a "don't do that" problem, or can CMake be used in a manner where it is smart enough not to step on its own toes?</div><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace">Thanks,</div><div class="gmail_default" style="font-family:courier new,monospace">..chris</div></div>