[cmake-developers] [CMake 0012426]: cmake --find-package doesn't seem to set language correctly

2011-08-27 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12426 == Reported By:Stephen Kelly Assigned To:

Re: [cmake-developers] [CMake] TGZ installer following links

2011-08-27 Thread Johan Björk
Attached patches to the bug and on this email. ( http://public.kitware.com/Bug/**view.php?id=12284http://public.kitware.com/Bug/view.php?id=12284 .) I did not make it an option yet, as I'm not sure exactly how it should be done. However 0002-kwsys: This is just broken and should be fixed.

[cmake-developers] cmake-2.8.5 build error on the MinGW/MSYS/wine platform

2011-08-27 Thread Alan W. Irwin
As an experiment on the MinGW/MSYS/wine platform I tried to build cmake from the bash.exe command line as follows: cmake -G MSYS Makefiles \ -DCMAKE_INSTALL_PREFIX=/z/home/wine/newstart1/cmake/install \ /z/home/software/cmake/cmake-$CMAKE_VERSION cmake.out make make.out where