John Drescher wrote:
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
You can use jom, or gmake.
Jom is an nmak
> Thanks but how do I integrate vcbuild or msbuild with cmake ?
>
I never have used the --build option.
I am not exactly sure. For my windows projects I have it generate a
batch file using cmake configure. This batch file calls devenv with
the options from cmake. So to build I call install.bat lo
Thanks but how do I integrate vcbuild or msbuild with cmake ?
Vikas
> -Original Message-
> From: John Drescher [mailto:dresche...@gmail.com]
> Sent: 24 January 2010 21:52
> To: Chauhan, Vikas
> Cc: cmake@cmake.org
> Subject: Re: [CMake] Specifying multiple build
> 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
__
Hi,
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
Thanks,
Vikas
___
Powered by www.kitware.com
V