MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0015042 | CMake | CPack | public | 2014-07-28 09:08 | 2016-06-10 14:31 | |||||
Reporter | Lucas Betschart | |||||||||
Assigned To | Kitware Robot | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | moved | |||||||
Platform | all plattforms | OS | OS Version | |||||||
Product Version | CMake 2.8.11.2 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0015042: Add CPACK_PACKAGE_COMPONENT_NAME that naming component packages gets more flexible | |||||||||
Description | If I build my -dev package with cpack COMPONENT flag, it get this: opentxs-0.93.0-1.x86_64-dev.tar.gz (I add the version and system to the name), but I'd like to have opentxs-dev-0.93.0-1.x86_64.tar.gz Please add CPACK_PACKAGE_COMPONENT_NAME as a variable so one can use that in the package file name. So I could do something like this: set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_COMPONENT_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_PACKAGE_RELEASE}.${CMAKE_SYSTEM_PROCESSOR}") Thx! | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | In your source: http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/CPack/cmCPackGenerator.cxx;h=9336bedecad9ab0f0a6354cfe5597f670fb971f0;hb=HEAD#l1427 [^] | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2014-07-28 09:08 | Lucas Betschart | New Issue | ||||||||
2014-07-28 09:16 | Rolf Eike Beer | Assigned To | => Eric NOULARD | |||||||
2014-07-28 09:16 | Rolf Eike Beer | Status | new => assigned | |||||||
2014-07-28 09:26 | Nils Gladitz | Relationship added | related to 0013015 | |||||||
2015-11-08 13:11 | Eric NOULARD | Assigned To | Eric NOULARD => | |||||||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042592 | ||||||||
2016-06-10 14:29 | Kitware Robot | Status | assigned => resolved | |||||||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | |||||||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | |||||||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|