mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Adds the global property ``INSTALL_PARALLEL`` to enable a parallel install target for Ninja. Fixes: #25459
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()
|