MantisBT - CMake
View Issue Details
0015005CMakeCPackpublic2014-07-03 05:172016-06-10 14:31
Alex Turbov 
Kitware Robot 
normalminoralways
closedmoved 
CMake 2.8.12.2 
 
0015005: Take in account CPACK_INSTALL_SCRIPT when running `cpack`
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.

No tags attached.
Issue History
2014-07-03 05:17Alex TurbovNew Issue
2014-07-03 05:18Alex TurbovNote Added: 0036316
2016-06-10 14:29Kitware RobotNote Added: 0042580
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0036316)
Alex Turbov   
2014-07-03 05:18   
FYI, same for cmake 3.0.0
(0042580)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.