summaryrefslogtreecommitdiffstats
path: root/Modules/CheckLibraryExists.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+2
|
* BUG: Fix CMAKE_REQUIRED_LIBRARIES stuff in this moduleAndy Cedilnik2006-02-101-2/+0
|
* ENH: Made Check* modules more consistent and well documented. Added ↵Brad King2006-02-101-5/+10
| | | | CMAKE_REQUIRED_DEFINITIONS option.
* ENH: some style fixes for the bookKen Martin2005-12-151-2/+2
|
* ENH: add documentation support for modulesBill Hoffman2005-12-141-9/+8
|
* DOC: better documentationKen Martin2005-11-021-0/+2
|
* DOC: better documentaitonKen Martin2005-11-021-0/+4
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
|
* 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-11/+11
| | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things
* Fix problems with required flagsAndy Cedilnik2003-01-041-2/+2
|
* Add required flagsAndy Cedilnik2003-01-041-1/+2
|
* To prevent cmake from breaking up arguments, put quotes around themAndy Cedilnik2003-01-011-1/+1
|
* Add a way to add custom libraries to the mixAndy Cedilnik2003-01-011-1/+6
|
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows ↵Bill Hoffman2002-12-171-2/+2
| | | | 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-21/+23
| | | | already successfull
* ENH: add status messagesBill Hoffman2002-11-131-0/+3
|
* add find threads checkBill Hoffman2002-11-121-1/+0
|
* add find threads checkBill Hoffman2002-11-121-1/+1
|
* Add append to write_fileAndy Cedilnik2002-10-291-2/+3
|
* Set variable to either 1 or empty string instead of TRUE and FALSEAndy Cedilnik2002-09-251-2/+5
|
* CleanupAndy Cedilnik2002-09-251-1/+1
|
* Fix modules for recent changesAndy Cedilnik2002-09-251-12/+11
|
* Initial attempt to check if library existsAndy Cedilnik2002-09-241-0/+27