summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-10 16:37:09 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-03-10 16:37:15 (GMT)
commit03193a9e9a7e045dd132049dd613dca07b98834b (patch)
treeb944164e5cc47f02ccc6b0aac4261f26a1b6af9f /Help
parent589106be681e8551c1a9a5f85325b9a32e7fe0f2 (diff)
parent57d442e182bcb9a4426912ed7ba68b58c4dcc940 (diff)
downloadCMake-03193a9e9a7e045dd132049dd613dca07b98834b.zip
CMake-03193a9e9a7e045dd132049dd613dca07b98834b.tar.gz
CMake-03193a9e9a7e045dd132049dd613dca07b98834b.tar.bz2
Merge topic 'ep-fc-revert-refactoring'
57d442e182 Revert ExternalProject and FetchContent refactoring Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5898
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.20.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/Help/release/3.20.rst b/Help/release/3.20.rst
index eede362..176447d 100644
--- a/Help/release/3.20.rst
+++ b/Help/release/3.20.rst
@@ -318,18 +318,6 @@ Other Changes
* Ninja generators now transform the ``DEPFILE`` generated by an
:command:`add_custom_command`. See policy :policy:`CMP0116` for details.
-* 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.
-
* The precompiled Linux binaries provided on
`cmake.org <https://cmake.org/download/>`_ have changed their naming pattern
to ``cmake-$ver-linux-$arch``, where ``$arch`` is either ``x86_64`` or