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