<div>Hey, all,</div><div><br></div>The CMake generated Makefile is much slower than my handwritten Makefile. A quick test shows build times for both CMake and handwritten makefiles with and without the -j flag:<br><br>CMake: &quot;make -j all&quot; = 7min<br>

CMake: &quot;make all&quot; = 7min<br>Handwritten: &quot;make -j all&quot; = 2min<br>Handwritten: &quot;make all&quot; = 4min<br><br>In general, CMake is much slower and doesn&#39;t seem to utilize parallel jobs.<br><br>
Can anyone explain why I&#39;m not seeing any improvements?<div>
<br></div><div><br><div>For more details see the question I posted on stackoverflow:</div><div><br></div><div><a href="http://stackoverflow.com/questions/12807806/parallel-jobs-using-a-cmake-generated-makefile-no-speed-improvement">http://stackoverflow.com/questions/12807806/parallel-jobs-using-a-cmake-generated-makefile-no-speed-improvement</a></div>

<div><br></div><div>You can read about it and answer it there or here (I&#39;ll make sure the answer is posted to both locations).</div><div><br></div><div>Thanks much!</div><div><br></div><div>Neal</div>
</div>