From 047047924db60066d3f72a0f4f396ca45b981c08 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 31 Mar 2005 11:57:26 -0500 Subject: [PATCH] BUG: fix ITK build with xcode, as long as you build it in little parts, this fixes the headermap problem --- Source/cmGlobalXCodeGenerator.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 583459a60..fdf49809f 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -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"