Merge topic 'bootstrap-msys2'

7ec32a00 bootstrap: Add support for MSYS2
This commit is contained in:
Brad King 2016-07-21 10:39:04 -04:00 committed by CMake Topic Stage
commit f639fd8c5f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ else
fi
# Determine whether this is a MinGW environment.
if echo "${cmake_system}" | grep MINGW >/dev/null 2>&1; then
if echo "${cmake_system}" | grep 'MINGW\|MSYS' >/dev/null 2>&1; then
cmake_system_mingw=true
else
cmake_system_mingw=false