Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c7207292532c7e572be52ec79fca7b446fd151f4
/
.
/
Tests
/
RunCMake
/
CMakePresets
/
ErrorUninitialized.cmake
blob: 12a28a57864cb5a07c62197df257a3ed4d51d15a [
file
]
cmake_diagnostic
(
GET CMD_UNINITIALIZED action
)
if
(
NOT
"${action}"
STREQUAL SEND_ERROR
)
message
(
SEND_ERROR
"wrong action for diagnostic CMD_UNINITIALIZED"
" (expected 'SEND_ERROR', actual '${action}')"
)
endif
()