COMPATIBLE_INTERFACE_BOOL.rst 866 B

1234567891011121314151617
  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. propertiesfor this target which must be consistent when evaluated as a
  6. boolean in the INTERFACE of all linked dependees. For example, if a
  7. property "FOO" appears in the list, then for each dependee, the
  8. "INTERFACE_FOO" property content in all of its dependencies must be
  9. consistent with each other, and with the "FOO" property in the
  10. depender. Consistency in this sense has the meaning that if the
  11. property is set, then it must have the same boolean value as all
  12. others, and if the property is not set, then it is ignored. Note that
  13. for each dependee, the set of properties from this property must not
  14. intersect with the set of properties from the
  15. COMPATIBLE_INTERFACE_STRING property.