mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 22:40:25 +00:00
CPack fix KWStyle warning
This commit is contained in:
parent
4deb308e82
commit
f2ab270e6f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user