summaryrefslogtreecommitdiff
path: root/Modules/CheckFunctionExists.cmake
Commit message (Expand)AuthorAgeFilesLines
* Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-221-5/+2
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-8/+8
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-27/+27
* Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIESAlex Neundorf2012-02-211-1/+6
* -remove trailing whitespaceAlex Neundorf2012-02-211-3/+3
* Document CheckFunctionExists more clearly (#10044)Brad King2011-01-171-6/+8
* 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
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+2
* ENH: Made Check* modules more consistent and well documented. Added CMAKE_RE...Brad King2006-02-091-4/+18
* ENH: add documentation support for modulesBill Hoffman2005-12-141-7/+5
* 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. C...Andy Cedilnik2003-08-081-0/+3
* ENH: Extra new line after outputAndy Cedilnik2003-07-171-1/+1
* ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTO...Andy Cedilnik2003-07-111-9/+9
* Fix problems with required flagsAndy Cedilnik2003-01-031-2/+2
* Add required flagsAndy Cedilnik2003-01-031-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-0/+5
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-171-2/+2
* 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 alread...Andy Cedilnik2002-11-181-17/+19
* ENH: add status messagesBill Hoffman2002-11-131-0/+3
* BUG: Fixed doc string on generated variable.Brad King2002-11-121-2/+2
* 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 modules for recent changesAndy Cedilnik2002-09-251-1/+2
* Fix tests for new trycompile and tryrunAndy Cedilnik2002-09-201-5/+3
* Fix commentAndy Cedilnik2002-09-201-4/+4
* Add two commonly used modules. First one checks if the function exists, the s...Andy Cedilnik2002-09-201-0/+22