| commit | 082ccd75301cd02efd09bb9882bb9d2a8957193b | [log] [tgz] |
|---|---|---|
| author | Abdelmaged Khalifa <abdelmaged.khalifa@gmail.com> | Sun Feb 12 01:00:40 2023 +0200 |
| committer | Brad King <brad.king@kitware.com> | Tue Feb 14 08:56:59 2023 -0500 |
| tree | 92611f898b4b3253c12687faa610f0bc8a0d0de8 | |
| parent | 48c69eeafe5e480b5baa0c6766d4d2e3c7f5a4ad [diff] |
add_custom_command: Add DEPENDS_EXPLICIT_ONLY option for Ninja Add option `DEPENDS_EXPLICIT_ONLY` to `add_custom_command` to indicate that implicit dependencies coming from users of the output are not needed, and only consider dependencies explicitly specified in the custom command. Fixes: #17097