Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f852f7605557ddfa01ac755d4705cc81ecb647c2
/
.
/
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"
)