diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-08-07 22:10:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-08-07 22:10:56 (GMT) |
commit | feca1d51ff18faff5a51960407a6fdac5ebb89f8 (patch) | |
tree | 7cd5fc36766ad84d3d8755f947d4d4b39c0c3add /Help/command | |
parent | 4240e74858aebf82fb1b371bf15f84e509d13966 (diff) | |
parent | 78e7ea598d2c1642ffbf8d402e8485ad590b322f (diff) | |
download | CMake-feca1d51ff18faff5a51960407a6fdac5ebb89f8.zip CMake-feca1d51ff18faff5a51960407a6fdac5ebb89f8.tar.gz CMake-feca1d51ff18faff5a51960407a6fdac5ebb89f8.tar.bz2 |
Merge topic 'doc-fixups-release-3.27'
78e7ea598d cmLocalGenerator: Fix trivial spelling error in code comment
1285fe27ff Help: Improve formatting and fix wording for ENABLE_EXPORTS
91336d061c Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY
03208d9e18 Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8688
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/add_custom_command.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst index c305cc2..1fcf06c 100644 --- a/Help/command/add_custom_command.rst +++ b/Help/command/add_custom_command.rst @@ -376,7 +376,7 @@ The options are: .. versionadded:: 3.27 - Indicate that the command's ``DEPENDS`` argument represents all files + Indicates that the command's ``DEPENDS`` argument represents all files required by the command and implicit dependencies are not required. Without this option, if any target uses the output of the custom command, @@ -390,6 +390,10 @@ The options are: Only the :ref:`Ninja Generators` actually use this information to remove unnecessary implicit dependencies. + See also the :prop_tgt:`OPTIMIZE_DEPENDENCIES` target property, which may + provide another way for reducing the impact of target dependencies in some + scenarios. + Examples: Generating Files ^^^^^^^^^^^^^^^^^^^^^^^^^^ |