mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 18:19:11 -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.
3 lines
43 B
CMake
3 lines
43 B
CMake
|
|
message(DEPRECATION "This is not issued")
|