summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeGenericSystem.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added better default install location for windows builds. The previous ↵Brad King2005-02-221-6/+17
| | | | default /usr/local did not make much sense. Now "%SystemDrive%/Program Files/PROJECT_NAME" is used, which is the windows equivalent to /usr/local.
* ENH: major changes to support addition of languages from cmake modules ↵Bill Hoffman2004-09-221-3/+5
| | | | directory.
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-0/+36
to enable a language without modifing cmake source code