blob: c0b6a48c195875878f53bc9d716e5091c66fe920 [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()
add_subdirectory(sub)