diff options
author | Alois Klink <alois@aloisklink.com> | 2022-11-03 15:40:30 (GMT) |
---|---|---|
committer | Alois Klink <alois@aloisklink.com> | 2022-11-05 16:26:45 (GMT) |
commit | 8c6b2928f4b71f87ba6ef6ccfaa7ba1c767f3097 (patch) | |
tree | cd3a42e8ea2a38a6a5583f03920d6577ac9b736d /Auxiliary/cmake-mode.el | |
parent | 6d6baffb85ab4e02848fa7a3752f967d6ecb9518 (diff) | |
download | CMake-8c6b2928f4b71f87ba6ef6ccfaa7ba1c767f3097.zip CMake-8c6b2928f4b71f87ba6ef6ccfaa7ba1c767f3097.tar.gz CMake-8c6b2928f4b71f87ba6ef6ccfaa7ba1c767f3097.tar.bz2 |
ExternalProject: Add `INSTALL_BYPRODUCTS` option
Add an `INSTALL_BYPRODUCTS` option to `ExternalProject_Add` that can
be used to declare that files are `BYPRODUCTS` of the ExternalProject
install step.
This is often required by the Ninja generator to explicitly declare
dependencies. Previously, many users used `BUILD_BYPRODUCTS`, even if
their files were created by the install step, not the build step.
This commit essentially just copies the code for `BUILD_BYPRODUCTS`.
Fixes: #24120
Fixes: #23056
Diffstat (limited to 'Auxiliary/cmake-mode.el')
0 files changed, 0 insertions, 0 deletions