blob: d8f2e7b9efb0b47a2c2bb677adfbf7f179b071c9 [file]
cmake_minimum_required(VERSION 3.12)
get_property(role GLOBAL PROPERTY CMAKE_ROLE)
if(NOT role STREQUAL "CTEST")
message(SEND_ERROR "CMAKE_ROLE property is \"${role}\", should be \"CTEST\"")
endif()