[CMake] 'NMake Makefiles' generate does not support parallel builds (/MP)?
Bill Hoffman
bill.hoffman at kitware.com
Fri Sep 21 10:15:28 EDT 2012
On 9/21/2012 8:36 AM, Andreas Haferburg wrote:
> My bad, we're not using nmake but msbuild in Jenkins (command line
> only). Judging from the
> compilation speed, I'm pretty sure it respects the /MP flag.
>
> Best regards
> Andreas
Another option is the new ninja generator. It is a bit slower on the
first build, but kicks butt in the incremental case.
-Bill
More information about the CMake
mailing list