mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-30 11:08:51 -06:00
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")
|