From 71505ff2d2d9c5374281edcc20b281781be06e0f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 3 Apr 2006 17:54:37 -0400 Subject: [PATCH] ENH: fix spaces in path for xcode --- Source/cmGlobalXCodeGenerator.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 5e01987ce..6724b8983 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -1380,8 +1380,7 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target, { // Convert to a path for the native build tool. cmSystemTools::ConvertToUnixSlashes(install_name_dir); - install_name_dir = - this->XCodeEscapePath(install_name_dir.c_str()); + // do not escape spaces on this since it is only a single path } } buildSettings->AddAttribute("INSTALL_PATH",