summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-01 14:28:44 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-08-01 14:28:51 (GMT)
commita2daa18237f2c3c58c37ab9d1c202c63e0f150a7 (patch)
tree6b85b18a88c5a7e4da027f4740e1483619afb2b1 /Help
parentd5977ee359b9e5e733a748123e898b66c5f65cde (diff)
parentc31f9ef22beed144b3ba0b280c5dc9221b3dce8d (diff)
downloadCMake-a2daa18237f2c3c58c37ab9d1c202c63e0f150a7.zip
CMake-a2daa18237f2c3c58c37ab9d1c202c63e0f150a7.tar.gz
CMake-a2daa18237f2c3c58c37ab9d1c202c63e0f150a7.tar.bz2
Merge topic 'doc-init-VERIFY_INTERFACE_HEADER_SETS' into release-3.24
c31f9ef22b Help: Document initialization of VERIFY_INTERFACE_HEADER_SETS property Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7528
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_tgt/VERIFY_INTERFACE_HEADER_SETS.rst6
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`.