mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
Xcode: Remove extra space in PBXProject comment
This commit is contained in:
@@ -3386,7 +3386,7 @@ bool cmGlobalXCodeGenerator
|
|||||||
}
|
}
|
||||||
configlist->AddAttribute("buildConfigurations", buildConfigurations);
|
configlist->AddAttribute("buildConfigurations", buildConfigurations);
|
||||||
|
|
||||||
std::string comment = "Build configuration list for PBXProject ";
|
std::string comment = "Build configuration list for PBXProject";
|
||||||
comment += " \"";
|
comment += " \"";
|
||||||
comment += this->CurrentProject;
|
comment += this->CurrentProject;
|
||||||
comment += "\"";
|
comment += "\"";
|
||||||
|
|||||||
Reference in New Issue
Block a user