mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
4 lines
129 B
CMake
4 lines
129 B
CMake
message(AUTHOR_WARNING "Dev warning")
|
|
message(DEPRECATION "Deprecation warning")
|
|
set(_uninitialized "${UNINITIALIZED_VARIABLE}")
|