diff options
author | Brad King <brad.king@kitware.com> | 2020-02-12 15:32:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-02-12 15:32:05 (GMT) |
commit | 6f2464b2ed043baa0d352bce571b1f8037bfe9f7 (patch) | |
tree | b90324bed1c1b2fad5f1d813bb55fb1450103883 | |
parent | 9c9ed280880fc2ab0f8886a8dee6b11abc0b2547 (diff) | |
parent | 3af0b33ec67f97398ad6195237af5d8e5befb664 (diff) | |
download | CMake-6f2464b2ed043baa0d352bce571b1f8037bfe9f7.zip CMake-6f2464b2ed043baa0d352bce571b1f8037bfe9f7.tar.gz CMake-6f2464b2ed043baa0d352bce571b1f8037bfe9f7.tar.bz2 |
Merge topic 'doc-cpack' into release-3.17
3af0b33ec6 Help: module CPack: Make internal hyperlink target more unique
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4353
-rw-r--r-- | Modules/CPack.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index eb08f1c..baf7e47 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -16,8 +16,8 @@ run of the :manual:`cpack <cpack(1)>` program where they steer the generation of installers or/and source packages. Depending on the CMake generator, the CPack module may also add two new build -targets, ``package`` and ``package_source``. See the targets_ section below -for details. +targets, ``package`` and ``package_source``. See the `packaging targets`_ +section below for details. The generated binary installers contain everything installed via CMake's :command:`install` command (and the deprecated commands :command:`install_files`, @@ -66,7 +66,7 @@ internally to *the one currently being used* and then include the For a list of available generators, see :manual:`cpack-generators(7)`. -.. _targets: +.. _`packaging targets`: Targets package and package_source ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |