blob: 8ffebd7402c35f95d6f503e23f2bfac37d83b39c [file] [log] [blame]
macro(check var val)
if(NOT "${${var}}" STREQUAL "${val}")
message(SEND_ERROR "${var} is \"${${var}}\", not \"${val}\"")
endif()
endmacro()