mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Help: Duplicate essential information on install paths in CPack.
This commit is contained in:
@@ -22,9 +22,13 @@ section below for details.
|
|||||||
The generated binary installers will contain all files that have been installed
|
The generated binary installers will contain all files that have been installed
|
||||||
via CMake's :command:`install` command (and the deprecated commands
|
via CMake's :command:`install` command (and the deprecated commands
|
||||||
:command:`install_files`, :command:`install_programs`, and
|
:command:`install_files`, :command:`install_programs`, and
|
||||||
:command:`install_targets`). Certain kinds of binary installers can be
|
:command:`install_targets`). Note that the ``DESTINATION`` option of the
|
||||||
configured such that users can select individual application components to
|
:command:`install` command must be a relative path; otherwise installed files
|
||||||
install. See the :module:`CPackComponent` module for further details.
|
are ignored by CPack.
|
||||||
|
|
||||||
|
Certain kinds of binary installers can be configured such that users can select
|
||||||
|
individual application components to install. See the :module:`CPackComponent`
|
||||||
|
module for further details.
|
||||||
|
|
||||||
Source packages (configured through ``CPackSourceConfig.cmake`` and generated
|
Source packages (configured through ``CPackSourceConfig.cmake`` and generated
|
||||||
by the :cpack_gen:`CPack Archive Generator`) will contain all source files in
|
by the :cpack_gen:`CPack Archive Generator`) will contain all source files in
|
||||||
|
|||||||
Reference in New Issue
Block a user