EXPORT_NO_SYSTEM.rst 514 B

12345678910111213
  1. EXPORT_NO_SYSTEM
  2. ----------------
  3. .. versionadded:: 3.25
  4. This property affects the behavior of the :command:`install(EXPORT)` and
  5. :command:`export` commands when they install or export the target respectively.
  6. When ``EXPORT_NO_SYSTEM`` is set to true, those commands generate an imported
  7. target with :prop_tgt:`SYSTEM` property set to false.
  8. See the :prop_tgt:`NO_SYSTEM_FROM_IMPORTED` target property to set this
  9. behavior on the target *consuming* the include directories rather than the
  10. one *providing* them.