ENH: fix spaces in path for xcode
This commit is contained in:
parent
2fcae1932c
commit
71505ff2d2
@ -1380,8 +1380,7 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
|
|||||||
{
|
{
|
||||||
// Convert to a path for the native build tool.
|
// Convert to a path for the native build tool.
|
||||||
cmSystemTools::ConvertToUnixSlashes(install_name_dir);
|
cmSystemTools::ConvertToUnixSlashes(install_name_dir);
|
||||||
install_name_dir =
|
// do not escape spaces on this since it is only a single path
|
||||||
this->XCodeEscapePath(install_name_dir.c_str());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
buildSettings->AddAttribute("INSTALL_PATH",
|
buildSettings->AddAttribute("INSTALL_PATH",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user