Jelajahi Sumber

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

Bill Hoffman 20 tahun lalu
induk
melakukan
047047924d
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      Source/cmGlobalXCodeGenerator.cxx

+ 2 - 0
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"