summaryrefslogtreecommitdiffstats
path: root/Modules/CheckIncludeFiles.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CheckIncludeFiles: fix status outputRolf Eike Beer2012-02-011-5/+5
| | | | | | | | | | CHECK_INCLUDE_FILES("foo.h" HAVE_FOO_H) gave an output like: Looking for include files HAVE_FOO_H After this change it does now what CHECK_INCLUDE_FILE() also does: Looking for include files foo.h
* 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/+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.
* BUG: fix double cmakefiles directoryBill Hoffman2008-02-171-1/+1
|
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-4/+4
|
* BUG: Fix the moduleAndy Cedilnik2006-02-241-1/+1
|
* ENH: Make modules use configure instead of file writeAndy Cedilnik2006-02-231-7/+8
|
* ENH: Made Check* modules more consistent and well documented. Added ↵Brad King2006-02-101-5/+8
| | | | CMAKE_REQUIRED_DEFINITIONS option.
* ENH: Patch from Alexander Neundorf to improve behavior.Brad King2006-02-091-1/+8
|
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-3/+3
|
* ENH: some style fixes for the bookKen Martin2005-12-151-2/+2
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-6/+6
|
* DOC: better documentaitonKen Martin2005-11-021-0/+3
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
|
* ENH: When test fails, write out the outputAndy Cedilnik2004-10-051-1/+1
|
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. ↵Andy Cedilnik2003-08-081-0/+4
| | | | Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log
* ENH: Extra new line after outputAndy Cedilnik2003-07-171-1/+1
|
* ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace ↵Andy Cedilnik2003-07-111-14/+12
| | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things
* ERR: Remove warning for main returning void.Andy Cedilnik2003-05-051-1/+1
|
* This list can be really long. Only display the variable nameAndy Cedilnik2003-01-211-5/+5
|
* Add required flagsAndy Cedilnik2003-01-041-0/+3
|
* Add macro for checking if a swequence of includes can be includesAndy Cedilnik2003-01-011-0/+40