Patrick, On 08/01/2013 01:41 PM, David Cole wrote: > He's probably just looking for the generator itself in the cmake > --help output. They are listed in the dropdown gui if you use cmake-gui... > > The Win64 generators are not listed explicitly in the command line > --help output anymore, although you can still use the same strings > that you always could to specify them with -G. [snip] > The --help output should probably still mention at least one way to > specify a Win64 generator since none of the listed generators mentions > anything about Win64.
The generator platform variants were dropped from the documentation by your generator-factory topic in commit range 9e73b3a..75ebebc. This has caused confusion like that raised in this thread. We need users to be able to know what they can pass to -G on the command line without running the GUI. Please take a look at fixing the help documentation generation to account for platform variants (possibly filtering out all the WinCE variants or using a placeholder somehow). Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
