MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015005 | CMake | CPack | public | 2014-07-03 05:17 | 2016-06-10 14:31 |
Reporter | Alex Turbov | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake 2.8.12.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015005: Take in account CPACK_INSTALL_SCRIPT when running `cpack` | ||||
Description | According lines 226-258 of the Source/CPack/cmCPackGenerator.cxx file, there are few ways to preinstall files to be packed: 1) via CPACK_INSTALL_COMMANDS variable [InstallProjectViaInstallCommands() function] 2) CPACK_INSTALL_SCRIPT [InstallProjectViaInstallScript()] 3) CPACK_INSTALLED_DIRECTORIES [InstallProjectViaInstalledDirectories()] 4) and finally CPACK_INSTALL_CMAKE_PROJECTS [InstallProjectViaInstallCMakeProjects()] but Source/CPack/cpack.cxx at line 470 checks only 1,3,4 options! so if my configuration file has only CPACK_INSTALL_SCRIPT variable defined, it doesn't want to run w/ the error: .../Source/CPack/cpack.cxx:479 Please specify build tree of the project that uses CMake using CPACK_INSTALL_CMAKE_PROJECTS, specify CPACK_INSTALL_COMMANDS, or specify CPACK_INSTALLED_DIRECTORIES. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-07-03 05:17 | Alex Turbov | New Issue | |||
2014-07-03 05:18 | Alex Turbov | Note Added: 0036316 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042580 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => 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 | |||||
|
|||||
|
|
||||
|
|||||
|
|