On 7/31/2013 7:59 PM, Michael R. Dilworth wrote:
>> Building a 64bit version of cmake,  however a 32bit version worked before 
>> ~2.8.8
>> (sorry it's late...)


> You should not need a 64bit cmake.  The 32 bit version should build 
> 64/32 bits.   I am not sure what you are looking for?



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.


You can achieve the same effect now with a “platform toolset” argument using 
the -T command line parameter.


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.



HTH,

D
--

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

Reply via email to