mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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