Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dd0bd1534bbb51ee85a4df87538556fcd3d83218
/
.
/
Tests
/
RunCMake
/
message
/
warnmessage.cmake
blob: 0792aecb3f8ca9159fa995b101ca41cbe38d3ff8 [
file
]
cmake_diagnostic
(
SET CMD_DEPRECATED WARN
)
message
(
DEPRECATION
"This is a deprecation warning"
)
cmake_diagnostic
(
SET CMD_AUTHOR WARN
)
message
(
AUTHOR_WARNING
"This is a author warning"
)