Re: [cmake-developers] Distinguishing MSYS2 (was: FindPythonLibs repaired for MINGW -vs- WIN32 version confusion)

2015-08-07 Thread Brad King
On 08/07/2015 05:25 AM, Ray Donnelly wrote: > CMake needs to be able to identify MSYS2 distinctly from both MINGW and MSYS > first. Would a patch making that distinction be acceptable to CMake? Yes, I think that makes sense since the MSYS2 environment is distinct from Windows, MinGW, MSYS, and Cy

Re: [cmake-developers] Distinguishing MSYS2 (was: FindPythonLibs repaired for MINGW -vs- WIN32 version confusion)

2015-08-07 Thread Ray Donnelly
On Fri, Aug 7, 2015 at 1:16 PM, Brad King wrote: > On 08/07/2015 05:25 AM, Ray Donnelly wrote: >> CMake needs to be able to identify MSYS2 distinctly from both MINGW and MSYS >> first. Would a patch making that distinction be acceptable to CMake? > > Yes, I think that makes sense since the MSYS2

Re: [cmake-developers] Distinguishing MSYS2 (was: FindPythonLibs repaired for MINGW -vs- WIN32 version confusion)

2015-08-07 Thread Greg Jung
> > On Fri, Aug 7, 2015 at 1:16 PM, Brad King wrote: > > On 08/07/2015 05:25 AM, Ray Donnelly wrote: > >> CMake needs to be able to identify MSYS2 distinctly from both MINGW and > MSYS > >> first. Would a patch making that distinction be acceptable to CMake? > > Yes, I think that makes sense sinc