diff options
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 9f1c50a..4ca55c5 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -452,7 +452,6 @@ cmGlobalXCodeGenerator::CreateXCodeSourceFile(cmLocalGenerator* lg, lg->AppendFlags(flags, cmtarget.GetProperty("COMPILE_FLAGS")); } lg->AppendFlags(flags, sf->GetProperty("COMPILE_FLAGS")); - cmSystemTools::ReplaceString(flags, "\"", "\\\""); // Add per-source definitions. this->AppendDefines(flags, sf->GetProperty("COMPILE_DEFINITIONS"), true); @@ -1297,9 +1296,6 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target, this->CurrentLocalGenerator-> AppendFlags(defFlags, this->CurrentMakefile->GetDefineFlags()); - cmSystemTools::ReplaceString(defFlags, "\"", "\\\""); - cmSystemTools::ReplaceString(flags, "\"", "\\\""); - cmSystemTools::ReplaceString(cflags, "\"", "\\\""); // Add preprocessor definitions for this target and configuration. std::string ppDefs; |