mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge topic 'revert-ExternalProject-download-byproducts' into release-3.28
fd3c9876c6 ExternalProject: revert `BYPRODUCTS` for download outputs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9097
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user