mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Merge topic 'doc-cpack-configs'
d289d720cb Help: Use consistent plural form for CPack configurations
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10546
This commit is contained in:
@@ -51,10 +51,10 @@ Options
|
||||
the :variable:`CPACK_GENERATOR` variable determines the default set of
|
||||
generators that will be used.
|
||||
|
||||
.. option:: -C <configs>
|
||||
.. option:: -C <configurations>
|
||||
|
||||
Specify the project configuration(s) to be packaged (e.g. ``Debug``,
|
||||
``Release``, etc.), where ``<configs>`` is a
|
||||
``Release``, etc.), where ``<configurations>`` is a
|
||||
:ref:`semicolon-separated list <CMake Language Lists>`.
|
||||
When the CMake project uses a multi-configuration
|
||||
generator such as Xcode or Visual Studio, this option is needed to tell
|
||||
|
||||
@@ -48,7 +48,7 @@ cmDocumentationEntry const cmDocumentationUsage = { {}, " cpack [options]" };
|
||||
|
||||
cmDocumentationEntry const cmDocumentationOptions[14] = {
|
||||
{ "-G <generators>", "Override/define CPACK_GENERATOR" },
|
||||
{ "-C <Configuration>", "Specify the project configuration" },
|
||||
{ "-C <Configurations>", "Specify the project configuration(s)" },
|
||||
{ "-D <var>=<value>", "Set a CPack variable." },
|
||||
{ "--config <configFile>", "Specify the config file." },
|
||||
{ "-V,--verbose", "Enable verbose output" },
|
||||
|
||||
Reference in New Issue
Block a user