Re: [CMake] ExternalProject breaks a parallel make.

2011-04-06 Thread Andrey Nikitin
В Sat, 2 Apr 2011 14:08:36 -0400 David Cole пишет: > 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

Re: [CMake] ExternalProject breaks a parallel make.

2011-04-02 Thread David Cole
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. On Saturday, April 2, 2011, Andrey Nikitin wrote: > Hi. > > I have problem with make -jN and Cmake ExternalProject. > % alias make="make

[CMake] ExternalProject breaks a parallel make.

2011-04-02 Thread Andrey Nikitin
Hi. I have problem with make -jN and Cmake ExternalProject. % alias make="make -j5" % make Scanning dependencies of target EXTLIB [ 0%] Creating directories for 'EXTLIB' [ 0%] No download step for 'EXTLIB' [ 0%] [ 0%] No patch step for 'EXTLIB' No update step for 'EXTLIB' [ 0%] No configure s