summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-05-18 14:14:02 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2022-05-18 14:18:40 (GMT)
commit259c2651126d3087ddf377569de912a7f42e68f0 (patch)
tree24002d5fc1aab5d51b95bb13ac07246cae158744 /Source/cmTarget.cxx
parent58446c84e47ca8da0ef161ac82f5cc5769377d52 (diff)
downloadCMake-259c2651126d3087ddf377569de912a7f42e68f0.zip
CMake-259c2651126d3087ddf377569de912a7f42e68f0.tar.gz
CMake-259c2651126d3087ddf377569de912a7f42e68f0.tar.bz2
VERIFY_HEADER_SETS: Rename to VERIFY_INTERFACE_HEADER_SETS
Issue: #23448
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 80d1940..83dc1c2 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -621,7 +621,7 @@ cmTarget::cmTarget(std::string const& name, cmStateEnums::TargetType type,
}
initProp("FOLDER");
- initProp("VERIFY_HEADER_SETS");
+ initProp("VERIFY_INTERFACE_HEADER_SETS");
if (this->GetGlobalGenerator()->IsXcode()) {
initProp("XCODE_GENERATE_SCHEME");