BUG: fix ITK build with xcode, as long as you build it in little parts, this fixes the headermap problem

This commit is contained in:
Bill Hoffman 2005-03-31 11:57:26 -05:00
parent 5947176eab
commit 047047924d

View File

@ -947,6 +947,8 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmTarget& target,
this->CreateString(""));
buildSettings->AddAttribute("SECTORDER_FLAGS",
this->CreateString(""));
buildSettings->AddAttribute("USE_HEADERMAP",
this->CreateString("NO"));
buildSettings->AddAttribute("WARNING_CFLAGS",
this->CreateString(
"-Wmost -Wno-four-char-constants"