mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 12:19:41 -06:00
Explicitly enable author warnings by default, via the cmake::GetSuppressDevWarnings method, which signals suppression is turned off unless the CMake variables are set as required. Add test cases for author and deprecated messages displayed by default.
5 lines
106 B
CMake
5 lines
106 B
CMake
|
|
message(DEPRECATION "This is a deprecation warning")
|
|
|
|
message(AUTHOR_WARNING "This is a author warning")
|