NoInstance.cmake 252 B

1234567
  1. if("x${CMAKE_GENERATOR_INSTANCE}" STREQUAL "x")
  2. message(FATAL_ERROR "CMAKE_GENERATOR_INSTANCE is empty as expected.")
  3. else()
  4. message(FATAL_ERROR
  5. "CMAKE_GENERATOR_INSTANCE is \"${CMAKE_GENERATOR_INSTANCE}\" "
  6. "but should be empty!")
  7. endif()