[CMake] Simultaneous makes?

Rolf Eike Beer eike at sf-mail.de
Wed Dec 24 11:22:43 EST 2014


Am Mittwoch, 24. Dezember 2014, 10:17:07 schrieb Chris Johnson:
> 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?

He should just use "make -j something".

Eike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://public.kitware.com/pipermail/cmake/attachments/20141224/cf706004/attachment.sig>


More information about the CMake mailing list