mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -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}")
|