diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-08-03 13:58:34 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-08-03 13:58:43 (GMT) |
commit | e7bfd0ac7aed989dc5d58d713627826c06537f89 (patch) | |
tree | da68ef5dab66229b35133fee0c8fe4d7e3a1c984 /Help/prop_tgt | |
parent | f8f8b8e60e157cd6e5bffbf8b1dd7f6273cd16f8 (diff) | |
parent | 83e44002aeee2e6d147bf5bbd185137c32ff04ce (diff) | |
download | CMake-e7bfd0ac7aed989dc5d58d713627826c06537f89.zip CMake-e7bfd0ac7aed989dc5d58d713627826c06537f89.tar.gz CMake-e7bfd0ac7aed989dc5d58d713627826c06537f89.tar.bz2 |
Merge topic 'all-verify-interface-header-sets'
83e44002ae VERIFY_INTERFACE_HEADER_SETS: Add verification target for all
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7536
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst | 4 |
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. |