Skip to content
Snippets Groups Projects
Commit f639fd8c authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'bootstrap-msys2'

7ec32a00 bootstrap: Add support for MSYS2
parents a4498cc9 7ec32a00
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment