summaryrefslogtreecommitdiffstats
path: root/Source/cmCoreTryCompile.h
Commit message (Collapse)AuthorAgeFilesLines
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
|
* Remove trailing whitespaceAlex Neundorf2011-09-151-7/+7
| | | | Alex
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: add two simple tests for TRY_RUN()Alexander Neundorf2007-05-241-0/+65
STYLE: create a new base class cmCoreTryCompile, from which cmTryCompileCommand and cmTryRunCommand are derived, so there are no public static functions with lots of arguments anymore Alex