[CMake] JOM generator does not support toolset option

2014-03-03 Thread Robert Bielik
Hi, I'm trying to use the NMake Makefiles JOM generator (CMake 2.8.11.2), but it chokes on not supporting the toolset option: CALL cmake -GNMake Makefiles JOM -DCMAKE_GENERATOR_TOOLSET:STRING=v110_xp ... When will that generator support this ? Regards /Rob -- Powered by www.kitware.com

Re: [CMake] JOM generator does not support toolset option

2014-03-03 Thread Nils Gladitz
On 03.03.2014 12:22, Robert Bielik wrote: I'm trying to use the NMake Makefiles JOM generator (CMake 2.8.11.2), but it chokes on not supporting the toolset option: CALL cmake -GNMake Makefiles JOM -DCMAKE_GENERATOR_TOOLSET:STRING=v110_xp ... When will that generator support this ? On