Re: [CMake] Parallel build test problem

2011-05-31 Thread Michael Hertling
On 05/30/2011 09:30 AM, Marcel Loose wrote: Look at the following project for an example: #

Re: [CMake] Parallel build test problem

2011-05-30 Thread Marcel Loose
Look at the following project for an example: # CMakeLists.txt:

Re: [CMake] Parallel build test problem

2011-05-24 Thread Michael Hertling
On 05/23/2011 01:39 PM, Marcel Loose wrote: On Mon, 2011-05-23 at 07:21 -0400, David Cole wrote: On Mon, May 23, 2011 at 4:13 AM, Marcel Loose lo...@astron.nl wrote: Hi all, A colleague of mine reported a bug in our CMake-base build system when doing

[CMake] Parallel build test problem

2011-05-23 Thread Marcel Loose
Hi all, A colleague of mine reported a bug in our CMake-base build system when doing a parallel build of multiple targets where one of the targets is 'test'. quote Running 'make -j16 tMutex test' (or any test other than tMutex) for example will result in building tMutex in

Re: [CMake] Parallel build test problem

2011-05-23 Thread David Cole
On Mon, May 23, 2011 at 4:13 AM, Marcel Loose lo...@astron.nl wrote: Hi all, A colleague of mine reported a bug in our CMake-base build system when doing a parallel build of multiple targets where one of the targets is 'test'. quote Running 'make -j16 tMutex test' (or any test

Re: [CMake] Parallel build test problem

2011-05-23 Thread Marcel Loose
On Mon, 2011-05-23 at 07:21 -0400, David Cole wrote: On Mon, May 23, 2011 at 4:13 AM, Marcel Loose lo...@astron.nl wrote: Hi all, A colleague of mine reported a bug in our CMake-base build system when doing a parallel build of multiple targets where