[CMake] Specifying multiple build threads on windows

John Drescher drescherjm at gmail.com
Sun Jan 24 16:52:06 EST 2010


> Can you please help as how I could specify the number of threads to be used
> in the command line builds i.e. something like
>
> (For nmake)
>
> Cmd > nmake –j5
>
> (For Visual Studio 2008)
>
> cmd> cmake –-build . –j5
>

Use vcbuild or msbuild

John


More information about the CMake mailing list