diff options
author | Brad King <brad.king@kitware.com> | 2023-11-07 14:07:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-11-07 14:07:46 (GMT) |
commit | 92cc1f3b62c149326cc535220f6233357ee5d749 (patch) | |
tree | 7edb4c4b54897b1f77ef91c81d4dec591acfb9fa /Help/command | |
parent | 4b92515182ce642a6f8f587d5c35f11f9e6a291c (diff) | |
parent | bb7a0497ef41540c75183acf4ee740656aa61dd9 (diff) | |
download | CMake-92cc1f3b62c149326cc535220f6233357ee5d749.zip CMake-92cc1f3b62c149326cc535220f6233357ee5d749.tar.gz CMake-92cc1f3b62c149326cc535220f6233357ee5d749.tar.bz2 |
Merge topic 'Ninja-use-depslog'
bb7a0497ef cmTransformDepfile: warn when a depfile is not written to
c22c473bde Tests/Ninja*/CustomCommandDepfile: check that deps are in the database
b0177003e1 cmGlobalNinjaGenerator: tell `ninja` to actually read the depfile
45eff9145e cmAddCustomCommandCommand: use `cmStrCat`
c6445c615b Tests/RunCMake/Ninja: fix subdir prefix check
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8911
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/add_custom_command.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst index 5fe4326..2bb1390 100644 --- a/Help/command/add_custom_command.rst +++ b/Help/command/add_custom_command.rst @@ -373,6 +373,11 @@ The options are: :manual:`generator expressions <cmake-generator-expressions(7)>` was also added. + .. versionadded:: 3.29 + The :ref:`Ninja Generators` will now incorporate the dependencies into its + "deps log" database if the file is not listed in ``OUTPUTS`` or + ``BYPRODUCTS``. + Using ``DEPFILE`` with generators other than those listed above is an error. If the ``DEPFILE`` argument is relative, it should be relative to |