summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-05-25 14:33:38 -0400
committerKyle Edwards <kyle.edwards@kitware.com>2022-05-25 14:37:27 -0400
commitaadaac7f6dff05c90b61079d70e304d157ea9bab (patch)
tree620bdfa228029ece66b674bf9d06272e0ca867d1 /Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
parent5dcf505f63037e23094146730704b031c57c5d06 (diff)
downloadcmake-aadaac7f6dff05c90b61079d70e304d157ea9bab.tar.gz
VERIFY_INTERFACE_HEADER_SETS: Add property for list of header sets
Add a new property, INTERFACE_HEADER_SETS_TO_VERIFY, which contains a list of header sets that should be verified by VERIFY_INTERFACE_HEADER_SETS. Fixes: #23522
Diffstat (limited to 'Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst')
-rw-r--r--Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst b/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
index d8045c6a45..30c02f5b00 100644
--- a/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
+++ b/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
@@ -23,3 +23,6 @@ is used to determine the language with which to compile the header file.
Otherwise, if the target has any C++ sources, the header is compiled as C++.
Otherwise, if the target has any C sources, the header is compiled as C.
Otherwise, the header file is not compiled.
+
+If the project wishes to control which header sets are verified by this
+property, you can set :prop_tgt:`INTERFACE_HEADER_SETS_TO_VERIFY`.