Re: [CMake] Make program arguments

2008-08-18 Thread Moreland, Kenneth
True, but I'm actually currently using the Eclipse generator right now, and Eclipse uses the CMake value for the make program (and arguments). I can change the make program in the Eclipse IDE, but it seems to get reset every time I re-run CMake. -Ken On 8/18/08 2:17 PM, "Andreas Pakulat" <[EMAI

Re: [CMake] Make program arguments

2008-08-18 Thread David Cole
If you are using a new style command-based ctest -S script, you can: SET(CTEST_BUILD_FLAGS -j8) before using the CTEST_BUILD command. On Mon, Aug 18, 2008 at 4:02 PM, Moreland, Kenneth <[EMAIL PROTECTED]>wrote: > Is there a way to add arguments to the invocation of make? In particular, > I >

Re: [CMake] Make program arguments

2008-08-18 Thread David Thompson
> Is there a way to add arguments to the invocation of make? In particular, I > want to add the -j flag to do parallel compiles. I tried setting the > CMAKE_MAKE_PROGRAM variable to "/usr/bin/make -j8", but I get the following > error when I try to compile. > > CMake Error: Generator: execution

Re: [CMake] Make program arguments

2008-08-18 Thread Bill Hoffman
Moreland, Kenneth wrote: Is there a way to add arguments to the invocation of make? In particular, I want to add the -j flag to do parallel compiles. I tried setting the CMAKE_MAKE_PROGRAM variable to "/usr/bin/make -j8", but I get the following error when I try to compile. CMake Error: Genera

Re: [CMake] Make program arguments

2008-08-18 Thread Andreas Pakulat
On 18.08.08 14:02:29, Moreland, Kenneth wrote: > Is there a way to add arguments to the invocation of make? In particular, I > want to add the -j flag to do parallel compiles. I tried setting the > CMAKE_MAKE_PROGRAM variable to "/usr/bin/make -j8", but I get the following > error when I try to c

[CMake] Make program arguments

2008-08-18 Thread Moreland, Kenneth
Is there a way to add arguments to the invocation of make? In particular, I want to add the -j flag to do parallel compiles. I tried setting the CMAKE_MAKE_PROGRAM variable to "/usr/bin/make -j8", but I get the following error when I try to compile. CMake Error: Generator: execution of make fail