diff options
author | Johnny Jazeix <jazeix@gmail.com> | 2019-11-02 10:25:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-11-04 17:03:48 (GMT) |
commit | 82ddcf0db1d220564145122c3cce25d25ee0e254 (patch) | |
tree | 5529d4876cae56fe6d868df3826b5c866e422a93 /Help/release | |
parent | 60e7e5b60540dfbd1e67c415ee399e4aea59a369 (diff) | |
download | CMake-82ddcf0db1d220564145122c3cce25d25ee0e254.zip CMake-82ddcf0db1d220564145122c3cce25d25ee0e254.tar.gz CMake-82ddcf0db1d220564145122c3cce25d25ee0e254.tar.bz2 |
MinGW Makefiles: do not fail if sh.exe is present in the path
The check was added only to fail early in an environment known not to work
at the time:
* https://web.archive.org/web/20120912010035/http://lists.trolltech.com/qt-interest/2006-01/thread00091-0.html
Fixes: #19327
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/mingw_no_sh.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/mingw_no_sh.rst b/Help/release/dev/mingw_no_sh.rst new file mode 100644 index 0000000..7008865 --- /dev/null +++ b/Help/release/dev/mingw_no_sh.rst @@ -0,0 +1,5 @@ +mingw-no-sh +----------- + +* The :generator:`MinGW Makefiles` generator no longer issues an error if + ``sh.exe`` is present in the environment's ``PATH``. |