diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-12 17:05:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-12 17:05:50 (GMT) |
commit | e31dc3abe554cdae307d654df9a245d8e72f55d4 (patch) | |
tree | 26e7b683763cc56765f0404c15bbb7458d8bdfae /Source/CPack/cmCPackGenericGenerator.h | |
parent | 77a42276525e6ce89945af73b97d5a1d5886ad1b (diff) | |
download | CMake-e31dc3abe554cdae307d654df9a245d8e72f55d4.zip CMake-e31dc3abe554cdae307d654df9a245d8e72f55d4.tar.gz CMake-e31dc3abe554cdae307d654df9a245d8e72f55d4.tar.bz2 |
ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX
Diffstat (limited to 'Source/CPack/cmCPackGenericGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackGenericGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackGenericGenerator.h b/Source/CPack/cmCPackGenericGenerator.h index a5a0ef7..afe79c0 100644 --- a/Source/CPack/cmCPackGenericGenerator.h +++ b/Source/CPack/cmCPackGenericGenerator.h @@ -110,6 +110,8 @@ protected: //! Run install commands if specified virtual int InstallProjectViaInstallCommands( bool movable, const char* tempInstallDirectory); + virtual int InstallProjectViaInstallScript( + bool movable, const char* tempInstallDirectory); virtual int InstallProjectViaInstalledDirectories( bool movable, const char* tempInstallDirectory); virtual int InstallProjectViaInstallCMakeProjects( |