Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
Tests
/
RunCMake
/
CommandLine
/
Wno-error_deprecated.cmake
blob: 676792a8d866d05fba53b194acacf4491a0bb4da [
file
]
# This should still produce a warning when -Wno-error=deprecated is specified
message
(
DEPRECATION
"Some deprecated warning"
)