blob: 869c87705cb4c79e8be161fcbfab83d46a2dc166 [file] [log] [blame] [edit]
if(NOT EXISTS "${Data}")
message(SEND_ERROR "Input file:\n ${Data}\n" "does not exist!")
endif()
if(EXISTS "${AdjacentHash}")
message(SEND_ERROR "Adjacent hash record exists but should not:\n ${AdjacentHash}")
endif()
if(NOT EXISTS "${StateHash}")
message(SEND_ERROR "State-root hash record is missing:\n ${StateHash}")
endif()