summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/message/errormessage.cmake
Commit message (Collapse)AuthorAgeFilesLines
* message: Add a DEPRECATION modeStephen Kelly2013-10-081-0/+4
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.