CMake/Tests/RunCMake/message/nomessage.cmake
Stephen Kelly 509c142a3f message: Add a DEPRECATION mode
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.
2013-10-08 18:11:22 +02:00

3 lines
43 B
CMake

message(DEPRECATION "This is not issued")