Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
message
/
warnmessage.cmake
blob: 53f2a436466f46aa38ca9721420ada5c50854266 [
file
] [
log
] [
blame
]
set
(
CMAKE_WARN_DEPRECATED ON
)
message
(
DEPRECATION
"This is a deprecation warning"
)
set
(
CMAKE_SUPPRESS_DEVELOPER_WARNINGS OFF
)
message
(
AUTHOR_WARNING
"This is a author warning"
)