[CMake] Cross compiling for Windows x64/amd64 on 32-bit Windows

Xavier Besseron xavier.besseron at uni.lu
Tue Oct 2 08:21:29 EDT 2012


On Tue, Oct 2, 2012 at 1:09 PM, Arindam Mukherjee
<arindam.mukerjee at gmail.com> wrote:
> On Tue, Oct 2, 2012 at 4:22 PM, David Cole <david.cole at kitware.com> wrote:
>>
>>
>> cmake -G "Visual Studio 9 2008 Win32" src_dir
>>
>> will not work. There is no such generator. Leave out the " Win32" for this
>> case... it is implied.
>>
>>
>
> How would it be on a Windows x64 box? I don't have access to one.
> Would "Visual Studio 9 2008" still mean 32-bit on it?
>

Yes. VS9 Win32 generator is still called "Visual Studio 9 2008" on a
64-bit Windows.

Xavier


More information about the CMake mailing list