Ninja: Transform DEPFILEs with policy CMP0116

Fixes: #21267
This commit is contained in:
Kyle Edwards
2020-10-02 17:35:40 -04:00
parent 596439b1bb
commit 146e1e6ba1
23 changed files with 234 additions and 3 deletions

View File

@@ -239,6 +239,11 @@ The options are:
command itself.
Using ``DEPFILE`` with other generators than Ninja is an error.
If the ``DEPFILE`` argument is relative, it should be relative to
:variable:`CMAKE_CURRENT_BINARY_DIR`, and any relative paths inside the
``DEPFILE`` should also be relative to :variable:`CMAKE_CURRENT_BINARY_DIR`
(see policy :policy:`CMP0116`.)
Build Events
^^^^^^^^^^^^