CPack fix KWStyle warning

This commit is contained in:
Eric NOULARD 2011-02-24 00:29:25 +01:00
parent 4deb308e82
commit f2ab270e6f
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ std::string cmCPackGenerator::GetComponentPackageFileName(
else
{
std::string dispVar = "CPACK_COMPONENT_"
+ cmSystemTools::UpperCase(groupOrComponentName) + "_DISPLAY_NAME";
+ cmSystemTools::UpperCase(groupOrComponentName) + "_DISPLAY_NAME";
const char* dispName = GetOption(dispVar.c_str());
if(dispName)
{