Re: [CMake] Parallel builds and Eclipse CDT4 generator

2009-11-24 Thread Alexander Neundorf
On Thursday 12 March 2009, Michael Jackson wrote: I think that is a CDT 5.x thing, I think. I have it on my CDT 5.x installation but didn't remember having it on CDT 4. If there is a way to set that checkbox during the CDT project file generation then CDT will figure out how many compile

Re: [CMake] Parallel builds and Eclipse CDT4 generator

2009-03-13 Thread Adolfo Rodríguez
On Thu, Mar 12, 2009 at 10:56 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Thursday 12 March 2009, Bill Hoffman wrote: Alexander Neundorf wrote: I'm using CMake 2.6.2 and Eclipse CDT5 (not CDT4, could this be an issue?) I don't think so. We could add some special

Re: [CMake] Parallel builds and Eclipse CDT4 generator

2009-03-13 Thread hl.ichaus
Am Donnerstag, 12. März 2009 09:37:12 wrote Adolfo Rodríguez: We currently use three of CMake's generators: Unix Makefiles, KDevelop3, and Eclipse CDT4 - Unix Makefiles, and we're interested in doing parallel builds. I use the environment variable MAKEFLAGS before starting eclipse, i do a

[CMake] Parallel builds and Eclipse CDT4 generator

2009-03-12 Thread Adolfo Rodríguez
We currently use three of CMake's generators: Unix Makefiles, KDevelop3, and Eclipse CDT4 - Unix Makefiles, and we're interested in doing parallel builds. Doing so with makefiles is trivial (make -j#), as well as with KDevelop3 (only _one_ parameter must be edited in the build options of the

Re: [CMake] Parallel builds and Eclipse CDT4 generator

2009-03-12 Thread Alexander Neundorf
On Thursday 12 March 2009, Adolfo Rodríguez wrote: We currently use three of CMake's generators: Unix Makefiles, KDevelop3, and Eclipse CDT4 - Unix Makefiles, and we're interested in doing parallel builds. Doing so with makefiles is trivial (make -j#), as well as with KDevelop3 (only _one_

Re: [CMake] Parallel builds and Eclipse CDT4 generator

2009-03-12 Thread Timothy M. Shead
Alexander Neundorf wrote: On Thursday 12 March 2009, Adolfo Rodríguez wrote: We currently use three of CMake's generators: Unix Makefiles, KDevelop3, and Eclipse CDT4 - Unix Makefiles, and we're interested in doing parallel builds. Doing so with makefiles is trivial (make -j#), as well as with

Re: [CMake] Parallel builds and Eclipse CDT4 generator

2009-03-12 Thread Bill Hoffman
Alexander Neundorf wrote: I'm using CMake 2.6.2 and Eclipse CDT5 (not CDT4, could this be an issue?) I don't think so. We could add some special variable, like CMAKE_MAKEFILE_PROJECT_FLAGS or CMAKE_MAKEFILE_PARALLELITY, and use this in the makefile-based generators to set the -jx parameter

Re: [CMake] Parallel builds and Eclipse CDT4 generator

2009-03-12 Thread Alexander Neundorf
On Thursday 12 March 2009, Bill Hoffman wrote: Alexander Neundorf wrote: I'm using CMake 2.6.2 and Eclipse CDT5 (not CDT4, could this be an issue?) I don't think so. We could add some special variable, like CMAKE_MAKEFILE_PROJECT_FLAGS or CMAKE_MAKEFILE_PARALLELITY, and use this in