diff options
author | Brad King <brad.king@kitware.com> | 2022-07-05 21:32:44 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-07-05 17:33:54 -0400 |
commit | a5a442d9e579251d033507f4d754835c0733742d (patch) | |
tree | 54e33b33d2341313d0df88372ef53d0485698c0f /Help | |
parent | 7de107ca56c0c1e43f7a9ea6503ba5d4bc26ace6 (diff) | |
parent | 5fa14ddecb59f65abe1f359659ada23f786420f3 (diff) | |
download | cmake-a5a442d9e579251d033507f4d754835c0733742d.tar.gz |
Merge topic 'doc-cpack-archive-component' into release-3.24
5fa14ddecb Help: Document that CPack Archive Generator <component> is all uppercase
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7438
Diffstat (limited to 'Help')
-rw-r--r-- | Help/cpack_gen/archive.rst | 2 |
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 '-'. |