CMake MinGW Compiler Issues: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
(Replace content with link to new CMake community wiki)
 
Line 1: Line 1:
=MinGW windows path problem=
{{CMake/Template/Moved}}


sh.exe must not be in the path for "MinGW Makefiles" to work.
This page has moved [https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/platform_dependent_issues/MinGW-Compiler-Issues here].
 
 
http://lists.trolltech.com/qt-interest/2006-01/thread00091-0.html
 
 
If make finds sh.exe in your path, it will use it, and then
"MinGW Makefiles" will not work.  If sh.exe is in your PATH, then
you must use "MSYS Makefiles" or "Unix Makefiles".  I suppose I could
put a check in for this, and if sh.exe is found and you try "MinGW Makefiles"
cmake produces and error.
 
{{CMake/Template/Footer}}

Latest revision as of 15:41, 30 April 2018


The CMake community Wiki has moved to the Kitware GitLab Instance.

This page has moved here.