blob: 2e6782e38f6620a5e78b3702bd7fd6ba8d8dcd27 [file] [log] [blame]
if("x${CMAKE_GENERATOR_INSTANCE}" STREQUAL "x")
message(FATAL_ERROR "CMAKE_GENERATOR_INSTANCE is empty as expected.")
else()
message(FATAL_ERROR
"CMAKE_GENERATOR_INSTANCE is \"${CMAKE_GENERATOR_INSTANCE}\" "
"but should be empty!")
endif()