[CMake] 2.8.11.2, Visual Studio 9 2008 Win64?
David Cole
dlrdave at aol.com
Thu Aug 1 13:41:53 EDT 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130801/0e150ee9/attachment.htm>
More information about the CMake
mailing list