diff options
-rw-r--r-- | Source/CPack/cmCPackGenerator.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CPack/cmCPackGenerator.cxx b/Source/CPack/cmCPackGenerator.cxx index f14d0a5..4a5580c 100644 --- a/Source/CPack/cmCPackGenerator.cxx +++ b/Source/CPack/cmCPackGenerator.cxx @@ -1532,8 +1532,8 @@ int cmCPackGenerator::PrepareGroupingKind() this->componentPackageMethod = method; } - const char* method_names[] = { "ALL_COMPONENTS_IN_ONE", "IGNORE_GROUPS", - "ONE_PER_GROUP" }; + const char* method_names[] = { "ALL_COMPONENTS_IN_ONE", "IGNORE", + "ONE_PER_GROUP", "UNKNOWN" }; cmCPackLogger(cmCPackLog::LOG_VERBOSE, "[" << this->Name << "]" |