CPack/Archive: per component filenames support

Support for setting archive packager specific
per component filenames and monolithic package
filenames.
This commit is contained in:
Domen Vrankar
2017-05-16 23:52:58 +02:00
parent 6b05e028f1
commit 9e06e97d30
9 changed files with 100 additions and 17 deletions
+1
View File
@@ -54,6 +54,7 @@ All Modules
/module/CMakePrintSystemInformation
/module/CMakePushCheckState
/module/CMakeVerifyManifest
/module/CPackArchive
/module/CPackBundle
/module/CPackComponent
/module/CPackCygwin
+1
View File
@@ -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.