diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2015-04-07 17:20:54 (GMT) |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2015-04-17 19:50:04 (GMT) |
commit | a723427b6450c1ec77226fb58aa3070a341891a2 (patch) | |
tree | bb9332438cfa4e3302ac0069cd58f5f17f8afe47 /Source | |
parent | 2fe8bca58089fb03f0ffa16792cc15fb741bd22c (diff) | |
download | CMake-a723427b6450c1ec77226fb58aa3070a341891a2.zip CMake-a723427b6450c1ec77226fb58aa3070a341891a2.tar.gz CMake-a723427b6450c1ec77226fb58aa3070a341891a2.tar.bz2 |
Xcode: Remove extra space in PBXProject comment
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 2e13692..4d98359 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -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 += "\""; |