COMPATIBLE_INTERFACE_BOOL.rst 924 B

1234567891011121314151617181920
  1. COMPATIBLE_INTERFACE_BOOL
  2. -------------------------
  3. Properties which must be compatible with their link interface
  4. The ``COMPATIBLE_INTERFACE_BOOL`` property may contain a list of
  5. properties for this target which must be consistent when evaluated as a
  6. boolean with the ``INTERFACE`` variant of the property in all linked
  7. dependees. For example, if a property ``FOO`` appears in the list, then
  8. for each dependee, the ``INTERFACE_FOO`` property content in all of its
  9. dependencies must be consistent with each other, and with the ``FOO``
  10. property in the depender.
  11. Consistency in this sense has the meaning that if the property is set,
  12. then it must have the same boolean value as all others, and if the
  13. property is not set, then it is ignored.
  14. Note that for each dependee, the set of properties specified in this
  15. property must not intersect with the set specified in any of the other
  16. :ref:`Compatible Interface Properties`.