4 lines
129 B
CMake
4 lines
129 B
CMake
message(AUTHOR_WARNING "Dev warning")
|
|
message(DEPRECATION "Deprecation warning")
|
|
set(_uninitialized "${UNINITIALIZED_VARIABLE}")
|