diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-03-31 16:57:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-03-31 16:57:26 (GMT) |
commit | 047047924db60066d3f72a0f4f396ca45b981c08 (patch) | |
tree | 87f0a2e90957e0a2d6e89180d897a882b3c2c350 /Source/cmGlobalXCodeGenerator.cxx | |
parent | 5947176eab19957293258d92197c232874b4fe90 (diff) | |
download | CMake-047047924db60066d3f72a0f4f396ca45b981c08.zip CMake-047047924db60066d3f72a0f4f396ca45b981c08.tar.gz CMake-047047924db60066d3f72a0f4f396ca45b981c08.tar.bz2 |
BUG: fix ITK build with xcode, as long as you build it in little parts, this fixes the headermap problem
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 583459a..fdf4980 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" |