509c142a3f
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.
5 lines
73 B
CMake
5 lines
73 B
CMake
|
|
set(CMAKE_WARN_DEPRECATED ON)
|
|
|
|
message(DEPRECATION "This is a warning")
|