Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Picking better default for CMAKE_INSTALL_PREFIX on Windows by using ↵ | Brad King | 2005-08-29 | 1 | -8/+11 |
| | | | | ProgramFiles environment variable. Now that install actually works on Windows I'm making this entry non-advanced also. | ||||
* | ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILE | Bill Hoffman | 2005-07-19 | 1 | -1/+0 |
| | |||||
* | ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILE | Bill Hoffman | 2005-07-19 | 1 | -2/+6 |
| | |||||
* | ENH: adde dback in CMAKE_VERBOSE_MAKEFILE that was acc removed | Ken Martin | 2005-06-20 | 1 | -1/+5 |
| | |||||
* | ENH: Added better default install location for windows builds. The previous ↵ | Brad King | 2005-02-22 | 1 | -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 Hoffman | 2004-09-22 | 1 | -3/+5 |
| | | | | directory. | ||||
* | ENH: more uniform approach to enable language, one step closer to being able ↵ | Bill Hoffman | 2004-08-26 | 1 | -0/+36 |
to enable a language without modifing cmake source code |