diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2011-02-06 20:23:10 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2011-02-06 20:23:10 (GMT) |
commit | 494bb8ada786be70f39807a574bea6a1ef98654d (patch) | |
tree | e7cf92bee0c90b6c8a3dcb97e36d8152f6f8698c /Source/CPack/cmCPackArchiveGenerator.cxx | |
parent | 76976a59e9edc550fbf5b7b7ac4dbc381c02d139 (diff) | |
download | CMake-494bb8ada786be70f39807a574bea6a1ef98654d.zip CMake-494bb8ada786be70f39807a574bea6a1ef98654d.tar.gz CMake-494bb8ada786be70f39807a574bea6a1ef98654d.tar.bz2 |
CPackRPM honors all the different ways of packaging components
RPM cannot easily 'merge' differents directory into a single RPM
with shared prefix. So more flexibility has been added to generic
CPackGenerator in order to let the specific generator chose the
local installation directory for each component.
Diffstat (limited to 'Source/CPack/cmCPackArchiveGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackArchiveGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackArchiveGenerator.cxx b/Source/CPack/cmCPackArchiveGenerator.cxx index 46be99b..febf205 100644 --- a/Source/CPack/cmCPackArchiveGenerator.cxx +++ b/Source/CPack/cmCPackArchiveGenerator.cxx @@ -226,8 +226,6 @@ int cmCPackArchiveGenerator::PackageFiles() cmCPackLogger(cmCPackLog::LOG_DEBUG, "Toplevel: " << toplevel << std::endl); - PrepareGroupingKind(); - if (SupportsComponentInstallation()) { // CASE 1 : COMPONENT ALL-IN-ONE package // If ALL GROUPS or ALL COMPONENTS in ONE package has been requested |