diff options
author | Brad King <brad.king@kitware.com> | 2012-03-19 18:42:00 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-03-19 18:42:00 (GMT) |
commit | 0e339f70542089b68a4ae35df53e05c195ac259f (patch) | |
tree | d544008c554b42bcb7c23c5bdf815744791b0eb2 /Source/CPack/cmCPackDebGenerator.cxx | |
parent | 1df15c68d53865f5c0803522ff8ba01bc78177f8 (diff) | |
parent | 805c1b21d63ccc6b02b1a43f438a3b409dd12056 (diff) | |
download | CMake-0e339f70542089b68a4ae35df53e05c195ac259f.zip CMake-0e339f70542089b68a4ae35df53e05c195ac259f.tar.gz CMake-0e339f70542089b68a4ae35df53e05c195ac259f.tar.bz2 |
Merge topic 'CPack-fixCPACK_MONOLITHIC_INSTALL-handling'
805c1b2 Handle CPACK_MONOLITHIC_INSTALL in some rare use cases.
Diffstat (limited to 'Source/CPack/cmCPackDebGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackDebGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDebGenerator.cxx b/Source/CPack/cmCPackDebGenerator.cxx index b707e96..178a18d 100644 --- a/Source/CPack/cmCPackDebGenerator.cxx +++ b/Source/CPack/cmCPackDebGenerator.cxx @@ -236,7 +236,7 @@ int cmCPackDebGenerator::PackageFiles() int retval = -1; /* Are we in the component packaging case */ - if (SupportsComponentInstallation()) { + if (WantsComponentInstallation()) { // CASE 1 : COMPONENT ALL-IN-ONE package // If ALL GROUPS or ALL COMPONENTS in ONE package has been requested // then the package file is unique and should be open here. |