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()