CMAKE_VERIFY_INTERFACE_HEADER_SETS.rst 675 B

1234567891011121314151617
  1. CMAKE_VERIFY_INTERFACE_HEADER_SETS
  2. ----------------------------------
  3. .. versionadded:: 3.24
  4. This variable is used to initialize the
  5. :prop_tgt:`VERIFY_INTERFACE_HEADER_SETS` property of targets when they are
  6. created. Setting it to true enables header set verification.
  7. Projects should not set this variable, it is intended as a developer
  8. control to be set on the :manual:`cmake(1)` command line or other
  9. equivalent methods. The developer must have the ability to enable or
  10. disable header set verification according to the capabilities of their own
  11. machine and compiler.
  12. By default, this variable is not set, which will result in header set
  13. verification being disabled.