[CMake] Choice of compilers

2010-06-17 Thread Alan W. Irwin
Hi Alok: I have changed the subject line to something more appropriate. On 2010-06-16 22:25-0700 Alok Govil wrote: Alan wrote: Isn't that the complete issue? My experience (under Wine, but the principle is the same) is you must have mingw32-make.exe on your PATH in order for -G MinGW

Re: [CMake] Choice of compilers

2010-06-17 Thread Alok Govil
Hi Alan, Just like CMake is able to distinguish different versions of Visual Studio, would it distinguish MinGW-32 with MinGW-64 also (which means either both would be in path simultaneously, or neither would be, and cmake picks the right one based on the generator specifed)? Let me

Re: [CMake] Choice of compilers

2010-06-17 Thread Bill Hoffman
On 6/17/2010 11:07 AM, Alok Govil wrote: Hi Alan, Just like CMake is able to distinguish different versions of Visual Studio, would it distinguish MinGW-32 with MinGW-64 also (which means either both would be in path simultaneously, or neither would be, and cmake picks the right one