mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
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.
3 lines
43 B
CMake
3 lines
43 B
CMake
|
|
message(DEPRECATION "This is not issued")
|