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:11 (GMT)
commit4e39c25fcef2516fca6e8bb12d7cf17270379e87 (patch)
tree8f6fd1d395f8d03b8511b1bafdbf9a9f956de0a1 /Source
parent28f5af4ec5e955c2714abca90b2e305a95d5a6ba (diff)
parent841272eb35cbc76e18609d1b447aaabf1ffd6cda (diff)
downloadCMake-4e39c25fcef2516fca6e8bb12d7cf17270379e87.zip
CMake-4e39c25fcef2516fca6e8bb12d7cf17270379e87.tar.gz
CMake-4e39c25fcef2516fca6e8bb12d7cf17270379e87.tar.bz2
Merge topic 'xcode-revert-header-map'
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 ed1de16..d4ce69e 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -2974,6 +2974,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);