mirror of https://github.com/Kitware/CMake.git
Browse Source
cpack: Respect CPACK_ARCHIVE_FILE_NAME for non-component packages
cpack: Respect CPACK_ARCHIVE_FILE_NAME for non-component packages
The variable CPACK_ARCHIVE_FILE_NAME (added in 9e06e97d30
)
only works if per-component packaging is enabled. This isn't obvious
from the documentation.
Make it also work for non-component packages and adjust documentation.
Fixes: #8769
pull/376/head

4 changed files with 49 additions and 22 deletions
-
36Help/cpack_gen/archive.rst
-
6Help/release/dev/cpack-archive-name.rst
-
28Source/CPack/cmCPackArchiveGenerator.cxx
-
1Source/CPack/cmCPackArchiveGenerator.h
@ -0,0 +1,6 @@ |
|||
cpack-archive-name |
|||
------------------ |
|||
|
|||
* When using the :cpack_gen:`CPack Archive Generator`, the output archive |
|||
name can be overridden with the :variable:`CPACK_ARCHIVE_FILE_NAME` variable. |
|||
Previously, this variable worked only for component-based packages. |
Write
Preview
Loading…
Cancel
Save
Reference in new issue