Merge branch 'xcode-framework-paths' into release
This commit is contained in:
commit
c628fbc40d
|
@ -2028,9 +2028,6 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
|
||||||
dirs.Add(incpath.c_str());
|
dirs.Add(incpath.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(target.GetType() != cmTarget::OBJECT_LIBRARY &&
|
|
||||||
target.GetType() != cmTarget::STATIC_LIBRARY)
|
|
||||||
{
|
|
||||||
// Add framework search paths needed for linking.
|
// Add framework search paths needed for linking.
|
||||||
if(cmComputeLinkInformation* cli = target.GetLinkInformation(configName))
|
if(cmComputeLinkInformation* cli = target.GetLinkInformation(configName))
|
||||||
{
|
{
|
||||||
|
@ -2044,7 +2041,6 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
if(!fdirs.IsEmpty())
|
if(!fdirs.IsEmpty())
|
||||||
{
|
{
|
||||||
buildSettings->AddAttribute("FRAMEWORK_SEARCH_PATHS",
|
buildSettings->AddAttribute("FRAMEWORK_SEARCH_PATHS",
|
||||||
|
|
Loading…
Reference in New Issue