summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-02-24 23:09:53 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2022-03-29 17:58:27 (GMT)
commitc798744f8193e97f00f1b6e47dc5bc6fdc34b222 (patch)
tree27b2dc2cbd04d45026319bbe006acd72bb0f3dff /Source/cmTarget.cxx
parentfdbef2a2be1f070e0f0809536639ff20d80584e6 (diff)
downloadCMake-c798744f8193e97f00f1b6e47dc5bc6fdc34b222.zip
CMake-c798744f8193e97f00f1b6e47dc5bc6fdc34b222.tar.gz
CMake-c798744f8193e97f00f1b6e47dc5bc6fdc34b222.tar.bz2
FILE_SET: Add VERIFY_HEADER_SETS target property
Fixes: #23338
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 4ca1b9b..e2314e2 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -425,6 +425,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
}
initProp("FOLDER");
+ initProp("VERIFY_HEADER_SETS");
if (this->GetGlobalGenerator()->IsXcode()) {
initProp("XCODE_GENERATE_SCHEME");