check-single.cmake 153 B

12345
  1. include(read-ninja-install.cmake)
  2. list(LENGTH lines len)
  3. if (NOT ${len} STREQUAL "1")
  4. message(FATAL_ERROR "Expected single installation call")
  5. endif()