[CMake] ExternalProject breaks a parallel make.

Andrey Nikitin andrey.d.nikitin at gmail.com
Thu Apr 7 01:51:59 EDT 2011


В Sat, 2 Apr 2011 14:08:36 -0400
David Cole <david.cole at kitware.com> пишет:

> Try with CMake 2.8.4 -- we fixed some parallel make propagation issues
> in 2.8.3 or 2.8.4... Using "$(MAKE)" now. Should avoid the problem
> you're reporting here.

Your advice for 2.8.2 solved the problem, thanks David.
BUILD_COMMAND = $(MAKE)
INSTALL_COMMAND = $(MAKE) install


More information about the CMake mailing list