imported-promotion.rst 643 B

123456789101112131415
  1. imported-promotion
  2. ------------------
  3. * Added new target-property :prop_tgt:`IMPORTED_GLOBAL` which
  4. indicates if an :ref:`IMPORTED target <Imported Targets>` is
  5. globally visible.
  6. It will be set automatically if such an imported target is
  7. created with the ``GLOBAL`` flag.
  8. * Additionally, it is now also possible to promote a local imported
  9. target to become globally visible by setting its
  10. :prop_tgt:`IMPORTED_GLOBAL` property to `TRUE`. (However, this
  11. promotion can only succeed if it is done from within the same
  12. directory where the imported target was created in the first
  13. place.) Setting it to `FALSE` is not supported!