[CMake] Distinction between Windows Compilers

Mateusz Loskot mateusz at loskot.net
Mon Nov 4 10:21:46 EST 2013


On 4 November 2013 15:16, dravion.smith at gmx.net <dravion.smith at gmx.net> wrote:
> Am 04.11.2013 16:09, schrieb Mateusz Loskot:
>>
>> On 4 November 2013 14:45, dravion.smith at gmx.net <dravion.smith at gmx.net>
>> wrote:
>>>
>>> Hi,
>>>
>>> Is there an Way to choose diffrent Windows Compilers Versions for  (Win64
>>> and Win32)?
>>
>>
>> http://cmake.org/cmake/help/v2.8.12/cmake.html#section_Generators
>>
>> """
>> It is possible to append a space followed by the platform name to
>> create project files for a specific target platform. E.g. "Visual
>> Studio 10 Win64" will create project files for the x64 processor;
>> "Visual Studio 10 IA64" for Itanium.
>> """
>>
>> Best regards,
>
> Sorry but this doesnt help. The Question is how to distinct between MinGW or
> Cygwin
> and Mingw-m64 (wich is 32 and 64-Bit on Windows).Distinct between VC++ 32 or
> 64 Bit is
> easy as cake.

I don't care about MinGW/Cygwin myself, but AFAIR, there is no
detection mechanism
for those, only -m64 flag juggling.

Best regards,
-- 
Mateusz  Loskot, http://mateusz.loskot.net


More information about the CMake mailing list