mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
Merge topic 'xcode4-remove-PREBINDING'
bda4148
Xcode: Remove PREBINDING attribute for Xcode 4 and above
This commit is contained in:
commit
50b64fb012
@ -1758,7 +1758,7 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if(this->XcodeVersion >= 22)
|
||||
if(this->XcodeVersion >= 22 && this->XcodeVersion < 40)
|
||||
{
|
||||
buildSettings->AddAttribute("PREBINDING",
|
||||
this->CreateString("NO"));
|
||||
|
Loading…
Reference in New Issue
Block a user