ep-update-disconnected.rst 723 B

1234567891011121314
  1. ep-update-disconnected
  2. ----------------------
  3. * The ``update`` and ``patch`` steps of an :module:`ExternalProject` will now
  4. always re-execute if any of their details change, even if
  5. ``UPDATE_DISCONNECTED`` was set to true in the call to
  6. :command:`ExternalProject_Add`. If using the GIT download method and the
  7. ``GIT_TAG`` is changed and the new ``GIT_TAG`` isn't already known locally,
  8. this is now a fatal error instead of silently using the previous ``GIT_TAG``.
  9. * When ``UPDATE_DISCONNECTED`` is set to true in a call to
  10. :command:`ExternalProject_Add`, the ``configure`` step will no longer
  11. re-run on every build. It will only re-run if details of the ``download``,
  12. ``update`` or ``patch`` step change.