[CMake] Simultaneous makes?

Chris Johnson cxjohnson at gmail.com
Wed Dec 24 11:17:07 EST 2014


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.

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?

Thanks,
..chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20141224/abc0a552/attachment.html>


More information about the CMake mailing list