Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
CMP0218
/
ExpectError.cmake
blob: a86721747629261808b88455d1658fda01838b9d [
file
] [
edit
]
cmake_diagnostic
(
GET CMD_DEPRECATED action
)
if
(
NOT
"${action}"
STREQUAL
"SEND_ERROR"
)
message
(
SEND_ERROR
"CMD_DEPRECATED is ${action}; should be SEND_ERROR"
)
endif
()