diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-06-05 20:42:12 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-06-06 14:45:22 (GMT) |
commit | 36ec89639ad84e194446795e36b69ab19e57e731 (patch) | |
tree | 106e619e527997387b09122fc5d513f6107af4c9 /Help/prop_tgt | |
parent | 3760ac9845e3c0d163eb1b4d83ab5b2f367507aa (diff) | |
download | CMake-36ec89639ad84e194446795e36b69ab19e57e731.zip CMake-36ec89639ad84e194446795e36b69ab19e57e731.tar.gz CMake-36ec89639ad84e194446795e36b69ab19e57e731.tar.bz2 |
VERIFY_INTERFACE_HEADER_SETS: Skip header files that have SKIP_LINTING
Fixes: #24972
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst | 3 |
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 dd415c8..bdd7792 100644 --- a/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst +++ b/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst @@ -26,6 +26,9 @@ 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 the header's :prop_sf:`SKIP_LINTING` property is set to true, the 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. |