blob: 8ecf671e5da4b32ff454eb9ea35c5f23691e879a [file] [log] [blame]
get_property(role GLOBAL PROPERTY CMAKE_ROLE)
if(NOT role STREQUAL "PROJECT")
message(SEND_ERROR "CMAKE_ROLE property is \"${role}\", should be \"PROJECT\"")
endif()