system.rst 571 B

123456789101112131415
  1. system
  2. ------
  3. * The :prop_tgt:`SYSTEM` target property was added to specify
  4. that a target should be treated as a system library (i.e.
  5. its include directories are automatically ``SYSTEM`` when
  6. compiling consumers).
  7. * The :prop_tgt:`EXPORT_NO_SYSTEM` target property was added to
  8. specify that :command:`install(EXPORT)` and :command:`export`
  9. commands will generate a imported target with
  10. :prop_tgt:`SYSTEM` property `OFF`.
  11. * The :prop_tgt:`IMPORTED_NO_SYSTEM` target property was deprecated
  12. in favor of :prop_tgt:`SYSTEM` and :prop_tgt:`EXPORT_NO_SYSTEM`.