mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
a4f71b4ba8
This file, which is currently undocumented, is useful for external packaging programs that wish to install only a single component at a time. This change adds documentation for the file.
8 lines
287 B
ReStructuredText
8 lines
287 B
ReStructuredText
cmake-install-doc
|
|
-----------------
|
|
|
|
* The existence and functionality of the file
|
|
``${CMAKE_BINARY_DIR}/cmake_install.cmake`` has now been documented in the
|
|
:command:`install` documentation so that external packaging software can take
|
|
advantage of CPack-style component installs.
|