Re: [CMake] custom commands not run in parallel with Visual Studio (2010) generator

2011-08-05 Thread Thomas Sondergaard
On 12-10-2010 15:55, Bill Hoffman wrote: On 10/12/2010 9:09 AM, Thomas Sondergaard wrote: Hi, I've noticed that Visual Studio doesn't run custom commands added with add_custom_command in parallel. This means running moc and uic is slow on Windows. Is there something that can be done about this?

Re: [CMake] custom commands not run in parallel with Visual Studio (2010) generator

2010-10-12 Thread Bill Hoffman
On 10/12/2010 9:09 AM, Thomas Sondergaard wrote: Hi, I've noticed that Visual Studio doesn't run custom commands added with add_custom_command in parallel. This means running moc and uic is slow on Windows. Is there something that can be done about this? No, I don't think so, VS does not work

[CMake] custom commands not run in parallel with Visual Studio (2010) generator

2010-10-12 Thread Thomas Sondergaard
Hi, I've noticed that Visual Studio doesn't run custom commands added with add_custom_command in parallel. This means running moc and uic is slow on Windows. Is there something that can be done about this? Thanks, Thomas ___ Powered by www.kitware