cmake/Tests/RunCMake/InstallParallel/check-single.cmake

6 lines
153 B
CMake
Raw Normal View History

2024-07-09 14:46:46 +02:00
include(read-ninja-install.cmake)
list(LENGTH lines len)
if (NOT ${len} STREQUAL "1")
message(FATAL_ERROR "Expected single installation call")
endif()