summaryrefslogtreecommitdiff
path: root/Help/cpack_gen
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2022-07-01 22:56:27 +0200
committerBrad King <brad.king@kitware.com>2022-07-05 11:36:29 -0400
commit5fa14ddecb59f65abe1f359659ada23f786420f3 (patch)
tree468e300257130d90819c3eb3ea435752369f1a5d /Help/cpack_gen
parent8fd68f9dd34fb3a151d51eaf833433fd3002d0f9 (diff)
downloadcmake-5fa14ddecb59f65abe1f359659ada23f786420f3.tar.gz
Help: Document that CPack Archive Generator <component> is all uppercase
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r--Help/cpack_gen/archive.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/cpack_gen/archive.rst b/Help/cpack_gen/archive.rst
index 47e8e13546..a77b615b9e 100644
--- a/Help/cpack_gen/archive.rst
+++ b/Help/cpack_gen/archive.rst
@@ -49,6 +49,8 @@ Variables specific to CPack Archive generator
Package file name without extension. The extension is determined from the
archive format (see list above) and automatically appended to the file name.
+ Note that ``<component>`` is all uppercase in the variable name.
+
The default is ``<CPACK_PACKAGE_FILE_NAME>[-<component>]``, with spaces
replaced by '-'.