VS10 & Parallel Builds?

Daniel Dunbar <daniel@…> writes:

Has anyone tried using msbuild and the CMake generated project files
to do parallel builds?

Hi Daniel,

I just tried VS 2010 and had the same problem. I tried changing the parallel
build limit to 1, but no change. Have you had any luck with this since your
last posting?

-John

Daniel Dunbar <daniel@...> writes:

>> Has anyone tried using msbuild and the CMake generated project files
>> to do parallel builds?

Hi Daniel,

I just tried VS 2010 and had the same problem. I tried changing the
parallel
build limit to 1, but no change. Have you had any luck with this since your
last posting?

Yes, builds work for me with /m:1, after the CMake fixes from Doug. I
haven't tried doing a parallel build again to see if they magically
resolved the other parallel build problems.

- Daniel