mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 04:08:46 -06:00
CPack: allow custom file extension in archive generator
This commit is contained in:
committed by
Brad King
parent
5d0685aa3e
commit
cc3cd8bc2a
@@ -57,6 +57,12 @@ Variables specific to CPack Archive generator
|
||||
.. versionadded:: 3.9
|
||||
Per-component ``CPACK_ARCHIVE_<component>_FILE_NAME`` variables.
|
||||
|
||||
.. variable:: CPACK_ARCHIVE_FILE_EXTENSION
|
||||
|
||||
.. versionadded:: 3.25
|
||||
|
||||
Package file extension. Default values are given in the list above.
|
||||
|
||||
.. variable:: CPACK_ARCHIVE_COMPONENT_INSTALL
|
||||
|
||||
Enable component packaging. If enabled (ON), then the archive generator
|
||||
|
||||
6
Help/release/dev/cpack-archive-custom-extension.rst
Normal file
6
Help/release/dev/cpack-archive-custom-extension.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
cpack-archive-custom-extension
|
||||
------------------------------
|
||||
|
||||
* The :cpack_gen:`CPack Archive Generator` gained a new
|
||||
:variable:`CPACK_ARCHIVE_FILE_EXTENSION` variable to control
|
||||
the package file name extension.
|
||||
Reference in New Issue
Block a user