summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeMinGWFindMake.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+14
| | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* ENH: better algorithm for looking for make and gcc on msys and mingwBill Hoffman2006-02-161-2/+4
|
* ENH: do not allow mingw makefiles to generate if sh.exe is in the path, also ↵Bill Hoffman2006-02-151-1/+7
| | | | do not write CMakeCache.txt if there is a fatal error.
* ENH: fix borland make clean targets before build, add new generators for ↵Bill Hoffman2005-12-221-0/+2
msys and mingw