Re: [cmake-developers] Visual Studio and multi-core builds.

2015-06-03 Thread Bill Hoffman
On 6/3/2015 4:32 PM, Davy Durham wrote: Greetings, Any reason that cmake's own VS project generation doesn't make use of /MP https://msdn.microsoft.com/en-us/library/bb385193.aspx to make use of multiple cores? I added it manually, and cmake build times go through the floor. That option has

Re: [cmake-developers] Visual Studio and multi-core builds.

2015-06-03 Thread Davy Durham
I haven't ever had this be a problem, but FWIW one can find Maximum number of parallel project builds under Tools - Options - Projects and Solutions - Build and Run and set that to 1 to disable target parallelism. Of course, that's environmental rather than something cmake could control On

Re: [cmake-developers] Visual Studio and multi-core builds.

2015-06-03 Thread Bill Hoffman
On 6/3/2015 5:55 PM, Davy Durham wrote: I haven't ever had this be a problem, but FWIW one can find Maximum number of parallel project builds under Tools - Options - Projects and Solutions - Build and Run and set that to 1 to disable target parallelism. Of course, that's environmental rather