[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

[CMake] Why does XCODE_DEPEND_HELPER delete my target after it has been build?

2011-04-02 Thread Kenny Erleben
Hi, I got a cmake project that builds one static lib and one target that depends on my static lib. I have set the ARCHIVE_OUTPUT_DIRECOTRY target properties to ${PROJECT_SOURCE_DIR}/lib and the RUNTIME_OUTPUT_DIRECOTRY target properties to ${PROJECT_SOURCE_DIR}/bin. When I make an all

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 andrey.d.niki...@gmail.com wrote: Hi. I have problem with make -jN and Cmake