Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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"
)