mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
c798744f81
Fixes: #23338
18 lines
645 B
ReStructuredText
18 lines
645 B
ReStructuredText
CMAKE_VERIFY_HEADER_SETS
|
|
------------------------
|
|
|
|
.. versionadded:: 3.24
|
|
|
|
This variable is used to initialize the :prop_tgt:`VERIFY_HEADER_SETS`
|
|
property of targets when they are created. Setting it to true
|
|
enables header set verification.
|
|
|
|
Projects should not set this variable, it is intended as a developer
|
|
control to be set on the :manual:`cmake(1)` command line or other
|
|
equivalent methods. The developer must have the ability to enable or
|
|
disable header set verification according to the capabilities of their own
|
|
machine and compiler.
|
|
|
|
By default, this variable is not set, which will result in header set
|
|
verification being disabled.
|