summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-08-02 14:48:00 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2022-08-03 12:19:08 (GMT)
commit83e44002aeee2e6d147bf5bbd185137c32ff04ce (patch)
tree510e1d6fed0ccc1cf153a05e878fd46f1b36e88a /Help/prop_tgt
parente18fb0c73edf2c392ab6f86b4bdeebc28a7ec80d (diff)
downloadCMake-83e44002aeee2e6d147bf5bbd185137c32ff04ce.zip
CMake-83e44002aeee2e6d147bf5bbd185137c32ff04ce.tar.gz
CMake-83e44002aeee2e6d147bf5bbd185137c32ff04ce.tar.bz2
VERIFY_INTERFACE_HEADER_SETS: Add verification target for all
Fixes: #23802
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst b/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
index da461a7..dd415c8 100644
--- a/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
+++ b/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst
@@ -26,6 +26,10 @@ Otherwise, if C++ is enabled globally, the header is compiled as C++.
Otherwise, if C is enabled globally, the header is compiled as C. Otherwise,
the header file is not compiled.
+If any verification targets are created, a top-level target called
+``all_verify_interface_header_sets`` is created which depends on all
+verification targets.
+
This property is initialized by the value of the
:variable:`CMAKE_VERIFY_INTERFACE_HEADER_SETS` variable if it is set when
a target is created.