ENH: fix spaces in path for xcode

This commit is contained in:
Bill Hoffman 2006-04-03 17:54:37 -04:00
parent 2fcae1932c
commit 71505ff2d2
1 changed files with 1 additions and 2 deletions

View File

@ -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",