Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | 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: centralized locaiton of CMakeFiles setting | Ken Martin | 2006-06-14 | 1 | -2/+2 |
| | |||||
* | ENH: Made Check* modules more consistent and well documented. Added ↵ | Brad King | 2006-02-09 | 1 | -4/+12 |
| | | | | CMAKE_REQUIRED_DEFINITIONS option. | ||||
* | ENH: some style fixes for the book | Ken Martin | 2005-12-15 | 1 | -3/+3 |
| | |||||
* | ENH: add documentation support for modules | Bill Hoffman | 2005-12-14 | 1 | -9/+7 |
| | |||||
* | DOC: better documentaiton | Ken Martin | 2005-11-02 | 1 | -1/+6 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -2/+2 |
| | |||||
* | BUG: Message describing variable was using result variable. | Brad King | 2003-10-11 | 1 | -3/+3 |
| | |||||
* | ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. ↵ | Andy Cedilnik | 2003-08-08 | 1 | -0/+3 |
| | | | | Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log | ||||
* | ENH: Extra new line after output | Andy Cedilnik | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace ↵ | Andy Cedilnik | 2003-07-11 | 1 | -9/+9 |
| | | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things | ||||
* | Fix problems with required flags | Andy Cedilnik | 2003-01-03 | 1 | -2/+2 |
| | |||||
* | Add required flags | Andy Cedilnik | 2003-01-03 | 1 | -1/+2 |
| | |||||
* | To prevent cmake from breaking up arguments, put quotes around them | Andy Cedilnik | 2003-01-01 | 1 | -1/+1 |
| | |||||
* | Add a way to add custom libraries to the mix. Also add status reporting | Andy Cedilnik | 2003-01-01 | 1 | -0/+8 |
| | |||||
* | ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows ↵ | Bill Hoffman | 2002-12-17 | 1 | -2/+2 |
| | | | | projects within projects to have different languages | ||||
* | ENH: Don't repeat check even if answer was no. | Brad King | 2002-12-13 | 1 | -14/+16 |
| | |||||
* | ENH: Added CHECK_VARIABLE_EXISTS macro. | Brad King | 2002-11-21 | 1 | -0/+23 |