mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-28 03:38:43 -06:00
Merge topic 'doc-fixups-release-3.27'
78e7ea598dcmLocalGenerator: Fix trivial spelling error in code comment1285fe27ffHelp: Improve formatting and fix wording for ENABLE_EXPORTS91336d061cHelp: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY03208d9e18Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8688
This commit is contained in:
@@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user