summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-01-04 16:34:58 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-01-04 16:35:11 (GMT)
commit5dd4d3d4e369b0b94e126e43f9d3e3aef7a93076 (patch)
tree5305aaa60b92d59cdfe27e72ff5e530833651d10 /Help/release
parent31dead97edb03d568c2e66d88422fa3a7806a253 (diff)
parentfd3c9876c6b37e79cff476ccb618b54548dc2d2c (diff)
downloadCMake-5dd4d3d4e369b0b94e126e43f9d3e3aef7a93076.zip
CMake-5dd4d3d4e369b0b94e126e43f9d3e3aef7a93076.tar.gz
CMake-5dd4d3d4e369b0b94e126e43f9d3e3aef7a93076.tar.bz2
Merge topic 'revert-ExternalProject-download-byproducts'
fd3c9876c6 ExternalProject: revert `BYPRODUCTS` for download outputs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9097
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.28.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/release/3.28.rst b/Help/release/3.28.rst
index f002cd2..d28024f 100644
--- a/Help/release/3.28.rst
+++ b/Help/release/3.28.rst
@@ -116,12 +116,6 @@ Modules
Additionally, the :command:`ExternalProject_Add_Step` command
has been updated to support the new ``JOB_SERVER_AWARE`` option.
-* The :module:`ExternalProject` module now declares ``BYPRODUCTS`` for the
- downloaded file for generated ``download`` steps. Previously, if multiple
- external projects downloaded to the same file, hash verification could fail.
- Now, when using the :ref:`Ninja Generators`, this scenario is detected and
- Ninja will raise an error stating that multiple rules generate the same file.
-
* The :module:`FetchContent` module's :command:`FetchContent_Declare` command
gained an ``EXCLUDE_FROM_ALL`` option, which propagates through to the
:command:`add_subdirectory` call made by