diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-08-01 05:58:04 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-08-01 05:58:04 (GMT) |
commit | c31f9ef22beed144b3ba0b280c5dc9221b3dce8d (patch) | |
tree | d75332155ddd990acdef41c9ca3932dc8237b639 /Help/prop_tgt | |
parent | 6c3ea973815ef96e001df8a3a3a8bea5f21931e9 (diff) | |
download | CMake-c31f9ef22beed144b3ba0b280c5dc9221b3dce8d.zip CMake-c31f9ef22beed144b3ba0b280c5dc9221b3dce8d.tar.gz CMake-c31f9ef22beed144b3ba0b280c5dc9221b3dce8d.tar.bz2 |
Help: Document initialization of VERIFY_INTERFACE_HEADER_SETS property
The docs for the CMAKE_VERIFY_INTERFACE_HEADER_SETS variable do
mention that it initializes the property, but the property docs didn't
mention the variable. Add that missing cross-reference.
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst b/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst index 1b3f878..da461a7 100644 --- a/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst +++ b/Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst @@ -26,5 +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. +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. + If the project wishes to control which header sets are verified by this -property, you can set :prop_tgt:`INTERFACE_HEADER_SETS_TO_VERIFY`. +property, it can set :prop_tgt:`INTERFACE_HEADER_SETS_TO_VERIFY`. |