[CMake] CMake2.5 - wrong default install location for mingw

Bill Hoffman bill.hoffman at kitware.com
Fri Oct 19 07:17:59 EDT 2007


Gonzalo Garramuño wrote:
> 
> Compiling CMake HEAD with mingw.  After install, it defaulted to 
> installing in $PROGRAMFILES/CMake, instead of /usr/local/ (ie. 
> C:/msys/1.0/usr/local) incorrectly overwriting my MSVC version.
> 
> 
> 

That is not a bug.  MSYS in its "charter" explicitly says it does not 
want to become a new cygwin.  The tools in msys are available only for 
support of the compiler tool chain. The main goal is to build native 
windows applications with the mingw tool chain.  If you want posix 
applications you should be using cygwin.

-Bill



More information about the CMake mailing list