On 08/10/2015 04:07 PM, Greg Jung wrote:
> There is an msys2-specific cmake version already built along those lines,
> with several patches in the modules section to parallel the CYGWIN cases,
> in the msys2 distribution.  It does not have a "MSYS Makefiles" generator
> option but uses "Unix generator"  as you anticipate.

In order to get CMAKE_HOST_UNIX set properly for CMakeDetermineSystem
shouldn't we upstream your changes for a msys2-specific CMake?  I presume
it does a "#if defined(__MSYS__)" somewhere near where we already do
"#if defined(__CYGWIN__)".

Thanks,
-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to