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 generate the right command line options. Can > anyone help? > > Thanks! >
When you run CMake to configure the project, you can select the generator with -G. Does that help? Michael -- 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
