diff options
author | David Faure <faure@kde.org> | 2022-07-01 20:56:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-07-05 15:36:29 (GMT) |
commit | 5fa14ddecb59f65abe1f359659ada23f786420f3 (patch) | |
tree | 468e300257130d90819c3eb3ea435752369f1a5d /Help/cpack_gen | |
parent | 8fd68f9dd34fb3a151d51eaf833433fd3002d0f9 (diff) | |
download | CMake-5fa14ddecb59f65abe1f359659ada23f786420f3.zip CMake-5fa14ddecb59f65abe1f359659ada23f786420f3.tar.gz CMake-5fa14ddecb59f65abe1f359659ada23f786420f3.tar.bz2 |
Help: Document that CPack Archive Generator <component> is all uppercase
Diffstat (limited to 'Help/cpack_gen')
-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 47e8e13..a77b615 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 '-'. |