Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread Gary Little
Hmm, boy was that useless. I searched and found lot's a stuff about Mutant Ninja Turtles … I'm a bit old for that. I did find that ninja seems to be part of Chromium. This link will probably get you what you need for Windows: http://code.google.com/p/chromium/wiki/NinjaBuild#Configure_your_syste

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread Gary Little
Sorry, to much Mac OS X running around my ancient cranium right now. Bing or use your favourite search engine to find a ninja download for Windows. I have it available via a company server so I know one exists, just not where you can get to it. Gary Little gglit...@comcast.net C 952-454-4629 H

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread Vyacheslav Karamov
How could I use it on Windows? 27.11.2012 17:36, Gary Little пишет: Try ninja, which is available via macports. My primary project uses CMake to create 3 Windows build environments: nmake, VisualStudio, and ninja. In the VS environment I can use msbuild /m .sln. The ninja environment is about

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread David Cole
FYI: in any environment, you can use "cmake --build ." in the build directory to build from the command line. On Tue, Nov 27, 2012 at 10:36 AM, Gary Little wrote: > Try ninja, which is available via macports. My primary project uses CMake to > create 3 Windows build environments: nmake, VisualSt

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread Gary Little
Try ninja, which is available via macports. My primary project uses CMake to create 3 Windows build environments: nmake, VisualStudio, and ninja. In the VS environment I can use msbuild /m .sln. The ninja environment is about the tastest build that I have available for Windows. Gary Little ggli

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread John Drescher
> Right, perhaps complex inter-project dependencies halt the processes. I believe this is part of the reason. Projects like ITK with hundreds of small utilities tend to utilize the cores after the dependent libraries are built however my code that has very few utilities and significantly more inte

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread Mateusz Loskot
On 27 November 2012 14:47, John Drescher wrote: > On Tue, Nov 27, 2012 at 9:41 AM, Mateusz Loskot > wrote: > > On 27 November 2012 14:23, John Drescher wrote: > >> > >> On Tue, Nov 27, 2012 at 7:21 AM, Michael Jackson > >> wrote: > >> > > >> > > >> > On Nov 27, 2012, at 12:46 AM, Titus von Box

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread John Drescher
On Tue, Nov 27, 2012 at 9:41 AM, Mateusz Loskot wrote: > On 27 November 2012 14:23, John Drescher wrote: >> >> On Tue, Nov 27, 2012 at 7:21 AM, Michael Jackson >> wrote: >> > >> > >> > On Nov 27, 2012, at 12:46 AM, Titus von Boxberg wrote: >> > >> >> Am 27.11.2012 05:24, schrieb Michael Jackson

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread Mateusz Loskot
On 27 November 2012 14:23, John Drescher wrote: > On Tue, Nov 27, 2012 at 7:21 AM, Michael Jackson > wrote: > > > > > > On Nov 27, 2012, at 12:46 AM, Titus von Boxberg wrote: > > > >> Am 27.11.2012 05:24, schrieb Michael Jackson: > >>> That will teach me to hit enter in GMail.. > >>> > >>> My q

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread John Drescher
On Tue, Nov 27, 2012 at 7:21 AM, Michael Jackson wrote: > > > On Nov 27, 2012, at 12:46 AM, Titus von Boxberg wrote: > >> Am 27.11.2012 05:24, schrieb Michael Jackson: >>> That will teach me to hit enter in GMail.. >>> >>> My question is this: What is the magic CMake incantation to get Visual >>>

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-27 Thread Michael Jackson
On Nov 27, 2012, at 12:46 AM, Titus von Boxberg wrote: > Am 27.11.2012 05:24, schrieb Michael Jackson: >> That will teach me to hit enter in GMail.. >> >> My question is this: What is the magic CMake incantation to get Visual >> Studio 2010 to use more than a single processor when compiling my

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-26 Thread Titus von Boxberg
Am 27.11.2012 05:24, schrieb Michael Jackson: That will teach me to hit enter in GMail.. My question is this: What is the magic CMake incantation to get Visual Studio 2010 to use more than a single processor when compiling my project? You could add /MP to CMAKE_C_FLAGS and CMAKE_CXX_FLAGS Rega

Re: [CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-26 Thread Michael Jackson
That will teach me to hit enter in GMail.. My question is this: What is the magic CMake incantation to get Visual Studio 2010 to use more than a single processor when compiling my project? Thanks - Mike Jackson _ Mike Jackson

[CMake] How to get Visual Studio to use more than a single core for compiling

2012-11-26 Thread Michael Jackson
_ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer Dayton, Ohio -- Powered by www.kitware.com Visit other Kitware open-source pro