From af1d1663874277db3219ecf561e3bca2fe41e44a Mon Sep 17 00:00:00 2001 From: Deniz Bahadir Date: Tue, 30 Apr 2024 18:36:25 +0200 Subject: [PATCH] cmCPackGenerator: Fix debug message in function `PrepareGroupingKind` --- Source/CPack/cmCPackGenerator.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/CPack/cmCPackGenerator.cxx b/Source/CPack/cmCPackGenerator.cxx index f14d0a57b9..4a5580c56f 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 << "]"