summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/message
Commit message (Collapse)AuthorAgeFilesLines
* RunCMake: Remove unneeded files.Stephen Kelly2015-02-091-1/+0
| | | | | The default expectation of RunCMake tests is empty content, so there is no need to specify it.
* message: Add a DEPRECATION modeStephen Kelly2013-10-0811-0/+30
By default, the message is not issued. If CMAKE_ERROR_DEPRECATED is on, the message is fatal. If CMAKE_WARN_DEPRECATED is on, the message is a warning.