diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2018-04-17 18:21:32 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2018-04-20 12:39:52 (GMT) |
commit | a4f71b4ba8204c7e4a70057af131170165605288 (patch) | |
tree | 280c152a8f6edf7d5652c77949bba2f9f366602b /Help/release | |
parent | fcf64866dad8ce239382df5d6fde01f90ccc7e63 (diff) | |
download | CMake-a4f71b4ba8204c7e4a70057af131170165605288.zip CMake-a4f71b4ba8204c7e4a70057af131170165605288.tar.gz CMake-a4f71b4ba8204c7e4a70057af131170165605288.tar.bz2 |
Help: Document existence of cmake_install.cmake
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.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/cmake-install-doc.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-install-doc.rst b/Help/release/dev/cmake-install-doc.rst new file mode 100644 index 0000000..028aa43 --- /dev/null +++ b/Help/release/dev/cmake-install-doc.rst @@ -0,0 +1,7 @@ +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. |