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 | -6/+6 |
| | |||||
* | ENH: Make modules use configure instead of file write | Andy Cedilnik | 2006-02-23 | 1 | -9/+9 |
| | |||||
* | ENH: Made Check* modules more consistent and well documented. Added ↵ | Brad King | 2006-02-10 | 1 | -5/+9 |
| | | | | CMAKE_REQUIRED_DEFINITIONS option. | ||||
* | ENH: Pay attention to CMAKE_REQUIRED_INCLUDES. | Brad King | 2006-02-09 | 1 | -0/+9 |
| | |||||
* | ENH: put CmakeTmp into CMakeFiles | Ken Martin | 2006-01-12 | 1 | -4/+4 |
| | |||||
* | 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 | -8/+7 |
| | |||||
* | DOC: better documentaiton | Ken Martin | 2005-11-02 | 1 | -0/+4 |
| | |||||
* | ENH: put cmake files intoa CMakeFiles subdir to clean up bin tree | Ken Martin | 2005-07-29 | 1 | -2/+2 |
| | |||||
* | ENH: Extra new line after output | Andy Cedilnik | 2003-07-17 | 1 | -2/+2 |
| | |||||
* | ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace ↵ | Andy Cedilnik | 2003-07-11 | 1 | -19/+15 |
| | | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things | ||||
* | New design of CheckSymbolExists pretty much replaces all other ones. | Andy Cedilnik | 2003-03-28 | 1 | -4/+15 |
| | | | | | | | | | | | | | | | For example: CHECK_HEADER_EXISTS("type.h" HAVE_TYPE_H) is: CHECK_SYMBOL_EXISTS(main "type.h" HAVE_TYPE_H) CHECK_LIBRARY_EXISTS("nsl" gethostname HAVE_LIBNSL) would be SET(CMAKE_REQUIRED_LIBRARIES "nsl") CHECK_SYMBOL_EXISTS(gethostname "netdb.h" HAVE_LIBNSL) ... | ||||
* | Prevent CMake from putting ; in the file | Andy Cedilnik | 2003-03-17 | 1 | -2/+1 |
| | |||||
* | Fix update date and cleanup | Andy Cedilnik | 2003-02-28 | 1 | -1/+2 |
| | |||||
* | Fix return value problem | Andy Cedilnik | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | Add macro for checking if symbol exists | Andy Cedilnik | 2003-01-13 | 1 | -0/+47 |