I was thinking of same problem also and it would be good to have
common switch in CMake which translates into generator-specific
parameter (actually CMAKE_BUILD_TOOL's one, btw you can get it with
from CMakeCache.txt).
Our builds broke couple of times when CMake jumped between devenv and
msbuild fo
on Sat May 05 2012, Michael Wild
wrote:
> On 05/05/2012 08:25 AM, Dave Abrahams wrote:
>>
>> I am driving invocations of cmake with another tool, and I would like to
>> pass the equivalent of -jN for the "cmake --build" step, but I don't
>> seem to be about to find out what generator will be u
On 05/05/2012 08:25 AM, Dave Abrahams wrote:
>
> I am driving invocations of cmake with another tool, and I would like to
> pass the equivalent of -jN for the "cmake --build" step, but I don't
> seem to be about to find out what generator will be used, which makes it
> hard to even write code to g
I am driving invocations of cmake with another tool, and I would like to
pass the equivalent of -jN for the "cmake --build" step, but I don't
seem to be about to find out what generator will be used, which makes it
hard to even write code to generate the right command line options. Can
anyone hel