Browse Source

cmCPackGenerator: Fix debug message in function `PrepareGroupingKind`

Deniz Bahadir 1 year ago
parent
commit
af1d166387
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Source/CPack/cmCPackGenerator.cxx

+ 2 - 2
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 << "]"