diff options
author | Brad King <brad.king@kitware.com> | 2023-02-20 13:34:08 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-02-20 13:34:34 (GMT) |
commit | d18806e67336d96a9a22b860246de3f1c518ce40 (patch) | |
tree | c734e10d0aaedf072173e449d56fa37d100c2cd8 /Help/command | |
parent | 20cb716e4f8061441599c3972a036e91e62b9af0 (diff) | |
parent | ea2a05f402d2e1090d8d1e92e67c08ac1e5af66a (diff) | |
download | CMake-d18806e67336d96a9a22b860246de3f1c518ce40.zip CMake-d18806e67336d96a9a22b860246de3f1c518ce40.tar.gz CMake-d18806e67336d96a9a22b860246de3f1c518ce40.tar.bz2 |
Merge topic 'ninja-custom-command-depends'
ea2a05f402 Add variable CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8220
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/add_custom_command.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst index 2cf88fc..1ccd434 100644 --- a/Help/command/add_custom_command.rst +++ b/Help/command/add_custom_command.rst @@ -370,6 +370,9 @@ The options are: the custom command in case this custom command requires files implicitly created by those targets. + This option can be enabled on all custom commands by setting + :variable:`CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY` to ``ON``. + Only the :ref:`Ninja Generators` actually use this information to remove unnecessary implicit dependencies. |