blob: c84b0f9a895916ebcd751f156b6fa59355543fff [file]
cmake_diagnostic(GET CMD_DEPRECATED action)
if(NOT "${action}" STREQUAL "IGNORE")
message(SEND_ERROR "CMD_DEPRECATED is ${action}; should be IGNORE")
endif()