Re: [CMake] Build several targets using cmake --build dir

2013-03-15 Thread Gregoire Aujay
: Nick Overdijk [mailto:n...@astrant.net] Sent: jeudi 14 mars 2013 19:10 To: John Drescher Cc: Gregoire Aujay; cmake@cmake.org Subject: Re: [CMake] Build several targets using cmake --build dir You can only 'cmake' a single-target. If you want to have more targets, create more directories: for each

Re: [CMake] Build several targets using cmake --build dir

2013-03-15 Thread J Decker
targets using cmake --build dir You can only 'cmake' a single-target. If you want to have more targets, create more directories: for each target one. On 2013-14-03, at 19:07:36 , John Drescher wrote: I use cmake 2.8.10 on windows. I would like to build several targets with cmake --build

Re: [CMake] Build several targets using cmake --build dir

2013-03-15 Thread J Decker
several targets using cmake --build dir You can only 'cmake' a single-target. If you want to have more targets, create more directories: for each target one. On 2013-14-03, at 19:07:36 , John Drescher wrote: I use cmake 2.8.10 on windows. I would like to build several targets with cmake

Re: [CMake] Build several targets using cmake --build dir

2013-03-15 Thread Gregoire Aujay
Regards, Gregoire From: J Decker [mailto:d3c...@gmail.com] Sent: vendredi 15 mars 2013 12:45 To: Gregoire Aujay Cc: Nick Overdijk; John Drescher; cmake@cmake.org Subject: Re: [CMake] Build several targets using cmake --build dir My ugly macro looks like... Build project macro creates targets 'build

[CMake] Build several targets using cmake --build dir

2013-03-14 Thread Gregoire Aujay
Hello, I use cmake 2.8.10 on windows. I would like to build several targets with cmake --build dir so the underlying build tool to do parallel jobs. Currently it only seems to be possible to build one target at a time, using --target .

Re: [CMake] Build several targets using cmake --build dir

2013-03-14 Thread John Drescher
I use cmake 2.8.10 on windows. I would like to build several targets with cmake --build dir so the underlying build tool to do parallel jobs. Currently it only seems to be possible to build one target at a time, using --target .

Re: [CMake] Build several targets using cmake --build dir

2013-03-14 Thread Nick Overdijk
You can only 'cmake' a single-target. If you want to have more targets, create more directories: for each target one. On 2013-14-03, at 19:07:36 , John Drescher wrote: I use cmake 2.8.10 on windows. I would like to build several targets with cmake --build dir so the underlying build