MantisBT - CMake
View Issue Details
0009930CMakeCMakepublic2009-11-20 04:592011-01-12 07:10
Alex Neundorf 
Alex Neundorf 
lowfeaturealways
closedfixed 
CMake-2-8 
CMake 2.8.4CMake 2.8.4 
0009930: Eclipse generator: enable parallel builds ?
Is there a way to enable parallel builds by default in the eclipse project files ?

Alex
No tags attached.
related to 0009968closed Alex Neundorf Eclipse CDT Project File overwritten by '-G "Eclipse CDT4 - Unix Makefiles"' 
Issue History
2009-11-20 04:59Alex NeundorfNew Issue
2009-11-20 04:59Alex NeundorfStatusnew => assigned
2009-11-20 04:59Alex NeundorfAssigned To => Miguel Figueroa
2010-11-04 18:46user3708Note Added: 0022868
2010-11-10 13:09David ColeTarget Version => CMake 2.8.4
2010-12-08 14:40Alex NeundorfAssigned ToMiguel Figueroa => Alex Neundorf
2010-12-08 16:07David ColeRelationship addedrelated to 0009968
2010-12-12 11:10Alex NeundorfNote Added: 0023903
2010-12-12 11:10Alex NeundorfStatusassigned => closed
2010-12-12 11:10Alex NeundorfResolutionopen => fixed
2011-01-12 07:10David ColeFixed in Version => CMake 2.8.4

Notes
(0022868)
user3708   
2010-11-04 18:46   
This could be implemented by making it possible to change the parameters of the makefile builder (e.g. add "-j4").
(0023903)
Alex Neundorf   
2010-12-12 11:10   
There is now a cache variable CMAKE_ECLIPSE_MAKE_ARGUMENTS, which can be edited e.g. via cmake-gui, there you can set e.g. "-j4" to get parallel builds in Eclipse.
This should be in the coming cmake 2.8.4.