6 lines
153 B
CMake
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()
|