mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 00:20:06 -06:00
Help: Fix generators link in cpack(1) manual
Minor rewording around the updated link and extra blank line added to improve readability and remove a potential ambiguity around the same area. Fixes: #18545
This commit is contained in:
@@ -29,9 +29,10 @@ Options
|
|||||||
package(s) in that generator's format according to the details provided in
|
package(s) in that generator's format according to the details provided in
|
||||||
the ``CPackConfig.cmake`` configuration file. A generator is responsible for
|
the ``CPackConfig.cmake`` configuration file. A generator is responsible for
|
||||||
generating the required inputs for a particular package system and invoking
|
generating the required inputs for a particular package system and invoking
|
||||||
that system's package creation tools. Possible generator names are specified
|
that system's package creation tools. All supported generators are specified
|
||||||
in the :manual:`Generators <cmake-generators(7)>` section of the manual and
|
in the :manual:`Generators <cpack-generators(7)>` section of the manual and
|
||||||
the ``--help`` option lists the generators supported for the target platform.
|
the ``--help`` option lists the generators supported for the target platform.
|
||||||
|
|
||||||
If this option is not given, the :variable:`CPACK_GENERATOR` variable
|
If this option is not given, the :variable:`CPACK_GENERATOR` variable
|
||||||
determines the default set of generators that will be used.
|
determines the default set of generators that will be used.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user