On Fri, Nov 25, 2011 at 10:16 PM, Steve M. Robbins <st...@sumost.ca> wrote:
> Hi,
>
> To build VTK on our windows build server, I wrote a small batch script
> that invokes "cmake --build".
>
> My developer machine is multicore; is there a way to get "cmake --build"
> to run multiple jobs?
>

On windows, I use the following tool

http://www.codeproject.com/KB/cpp/runjobs.aspx

to build each configuration (Debug, Release, RelWithDebInfo ...) in
parallel using separate calls to cmake --build.

John
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to