FetchContent.rst 566 B

1234567891011
  1. FetchContent
  2. ------------
  3. * A new :module:`FetchContent` module was added which supports populating
  4. content at configure time using any of the download/update methods
  5. supported by :command:`ExternalProject_Add`. This allows the content
  6. to be used immediately during the configure stage, such as with
  7. :command:`add_subdirectory`, etc. Hierarchical project structures are
  8. well supported, allowing parent projects to override the content details
  9. of child projects and ensuring content is not populated multiple times
  10. throughout the whole project tree.