mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
CPack/Archive: per component filenames support
Support for setting archive packager specific per component filenames and monolithic package filenames.
This commit is contained in:
@@ -54,6 +54,7 @@ All Modules
|
||||
/module/CMakePrintSystemInformation
|
||||
/module/CMakePushCheckState
|
||||
/module/CMakeVerifyManifest
|
||||
/module/CPackArchive
|
||||
/module/CPackBundle
|
||||
/module/CPackComponent
|
||||
/module/CPackCygwin
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.. cmake-module:: ../../Modules/CPackArchive.cmake
|
||||
@@ -0,0 +1,6 @@
|
||||
cpack-rpm-debuginfo-honor-package-filename
|
||||
------------------------------------------
|
||||
|
||||
* The :module:`CPackArchive` module learned to modify filename per component.
|
||||
See :variable:`CPACK_ARCHIVE_FILE_NAME` variable and its per component
|
||||
version.
|
||||
Reference in New Issue
Block a user