summaryrefslogtreecommitdiffstats
path: root/Modules/CheckFunctionExists.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+5
|
* 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-17/+19
| | | | already successfull
* ENH: add status messagesBill Hoffman2002-11-131-0/+3
|
* BUG: Fixed doc string on generated variable.Brad King2002-11-131-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 ↵Andy Cedilnik2002-09-201-0/+22
second one checks the size of type