summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-02-20 13:31:57 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-02-20 13:32:10 (GMT)
commit3b3f2e920bc33882b0f19046995ccb61c5ddaf87 (patch)
tree369fd022dafc3d120798339865bdb06283331863 /Source
parent1faf907f84386b3121a1c9fb08996767e2c64f76 (diff)
parent841272eb35cbc76e18609d1b447aaabf1ffd6cda (diff)
downloadCMake-3b3f2e920bc33882b0f19046995ccb61c5ddaf87.zip
CMake-3b3f2e920bc33882b0f19046995ccb61c5ddaf87.tar.gz
CMake-3b3f2e920bc33882b0f19046995ccb61c5ddaf87.tar.bz2
Merge topic 'xcode-revert-header-map' into release-3.26
841272eb35 Xcode: Restore suppression of header maps Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8218
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index f91879e..4746507 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -2977,6 +2977,7 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmGeneratorTarget* gtgt,
buildSettings->AddAttribute("SECTORDER_FLAGS", this->CreateString(""));
buildSettings->AddAttribute("ALWAYS_SEARCH_USER_PATHS",
this->CreateString("NO"));
+ buildSettings->AddAttribute("USE_HEADERMAP", this->CreateString("NO"));
cmXCodeObject* group = this->CreateObject(cmXCodeObject::OBJECT_LIST);
group->AddObject(this->CreateString("$(inherited)"));
buildSettings->AddAttribute("WARNING_CFLAGS", group);