<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    Is there an Way to choose diffrent Windows Compilers Versions for 
    (Win64 and Win32)?<br>
    <br>
    For Example:<br>
    <br>
    If i want to do a Windows 64-Bit build build<br>
    cmake should use:<br>
        x86_64-w64-mingw32-g++.exe (but not Cygwin and NOT Mingw/Msys)<br>
    OR<br>
        Visual C/C++  Win64 Compiler <br>
    <br>
    If i want to do a Windows 32-Bit build<br>
    it is:<br>
    i686-w64-mingw32-g++.exe <br>
        OR<br>
    MS VC++ Win32 Compiler<br>
    <br>
    I figured out if i use <span style=" color:#808bed;">IF</span>(MINGW)
    it will not distinct between the diffreent Windows GCC branches,<br>
    how can i archive this and stop if the Compiler is Cygwin/Msys?<br>
    <br>
    Drav<br>
  </body>
</html>