summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/FetchContent.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/FetchContent.rst')
-rw-r--r--Help/release/dev/FetchContent.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/Help/release/dev/FetchContent.rst b/Help/release/dev/FetchContent.rst
deleted file mode 100644
index 3b12977..0000000
--- a/Help/release/dev/FetchContent.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-FetchContent
-------------
-
-* A new :module:`FetchContent` module was added which supports populating
- content at configure time using any of the download/update methods
- supported by :command:`ExternalProject_Add`. This allows the content
- to be used immediately during the configure stage, such as with
- :command:`add_subdirectory`, etc. Hierarchical project structures are
- well supported, allowing parent projects to override the content details
- of child projects and ensuring content is not populated multiple times
- throughout the whole project tree.