summaryrefslogtreecommitdiffstats
path: root/Modules/CheckIncludeFile.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-4/+4
|
* ENH: Made Check* modules more consistent and well documented. Added ↵Brad King2006-02-101-0/+14
| | | | CMAKE_REQUIRED_DEFINITIONS option.
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-2/+2
|
* ENH: some style fixes for the bookKen Martin2005-12-151-1/+1
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-7/+6
|
* ENH: Cleanup and unifyAndy Cedilnik2005-11-041-1/+1
|
* DOC: better documentaitonKen Martin2005-11-021-1/+3
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
|
* ENH: fixes for optional flag arguments to check include macrosBill Hoffman2004-04-281-1/+11
|
* 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-8/+8
| | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things
* Add required flagsAndy Cedilnik2003-01-041-0/+3
|
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows ↵Bill Hoffman2002-12-171-4/+4
| | | | projects within projects to have different languages
* ENH: Don't repeat check even if answer was no.Brad King2002-12-131-2/+2
|
* Add more messages, make messages look the same, add checks if test was ↵Andy Cedilnik2002-11-181-19/+21
| | | | already successfull
* ENH: add status messagesBill Hoffman2002-11-131-0/+3
|
* Add append to write_fileAndy Cedilnik2002-10-291-1/+1
|
* Set variable to either 1 or empty string instead of TRUE and FALSEAndy Cedilnik2002-09-251-2/+5
|
* Fix tests for new trycompile and tryrunAndy Cedilnik2002-09-201-7/+5
|
* Simplify checking for headersAndy Cedilnik2002-09-201-1/+0
|
* Add macro which checks if the header file existsAndy Cedilnik2002-09-201-0/+26