diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-11-05 12:04:40 +1100 |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-11-05 12:04:40 +1100 |
commit | 03d00d63dfc2ee5ed3775eccdbd012245acba6ce (patch) | |
tree | 07382f605aeb2d25afd44ebcdbb1a639f1208c01 /Help | |
parent | a567f533dbbcb0d41ac38837f2593059a456fe5e (diff) | |
parent | c12eefa8fdad306f938b7858168b3e65cd9740d6 (diff) | |
download | cmake-03d00d63dfc2ee5ed3775eccdbd012245acba6ce.tar.gz |
Merge branch 'cpack-gen-docs-link' into release-3.13
Merge-request: !2562
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cpack.1.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/cpack.1.rst b/Help/manual/cpack.1.rst index 87aa38d854..6159d7bee9 100644 --- a/Help/manual/cpack.1.rst +++ b/Help/manual/cpack.1.rst @@ -29,9 +29,10 @@ Options package(s) in that generator's format according to the details provided in the ``CPackConfig.cmake`` configuration file. A generator is responsible for generating the required inputs for a particular package system and invoking - that system's package creation tools. Possible generator names are specified - in the :manual:`Generators <cmake-generators(7)>` section of the manual and + that system's package creation tools. All supported generators are specified + in the :manual:`Generators <cpack-generators(7)>` section of the manual and the ``--help`` option lists the generators supported for the target platform. + If this option is not given, the :variable:`CPACK_GENERATOR` variable determines the default set of generators that will be used. |