cmake/Tests/RunCMake/InstallParallel/check-single.cmake
2024-07-09 14:46:46 +02:00

6 lines
153 B
CMake

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