summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/fetchcontent-performance.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/fetchcontent-performance.rst')
-rw-r--r--Help/release/dev/fetchcontent-performance.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/Help/release/dev/fetchcontent-performance.rst b/Help/release/dev/fetchcontent-performance.rst
deleted file mode 100644
index fcb68a1..0000000
--- a/Help/release/dev/fetchcontent-performance.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-fetchcontent-performance
-------------------------
-
-* The implementation of the :module:`ExternalProject` module was
- significantly refactored. The patch step gained support for
- using the terminal with a new ``USES_TERMINAL_PATCH`` keyword
- as a by-product of that work.
-* The :module:`FetchContent` module no longer creates a separate
- sub-build to implement the content population. It now invokes
- the step scripts directly from within the main project's
- configure stage. This significantly speeds up the configure
- phase when the required content is already populated and
- up-to-date.