CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst 374 B

1234567891011
  1. CMAKE_AUTOGEN_ORIGIN_DEPENDS
  2. ----------------------------
  3. Switch for forwarding origin target dependencies to the corresponding
  4. ``_autogen`` targets.
  5. This variable is used to initialize the :prop_tgt:`AUTOGEN_ORIGIN_DEPENDS`
  6. property on all the targets. See that target property for additional
  7. information.
  8. By default :variable:`CMAKE_AUTOGEN_ORIGIN_DEPENDS` is ``ON``.