mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -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:
@@ -3,9 +3,11 @@ CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY
|
||||
|
||||
.. versionadded:: 3.27
|
||||
|
||||
Whether to enable DEPENDS_EXPLICIT_ONLY option by default in
|
||||
Whether to enable the ``DEPENDS_EXPLICIT_ONLY`` option by default in
|
||||
:command:`add_custom_command`.
|
||||
|
||||
This variable affects the default behavior of the :command:`add_custom_command`
|
||||
command. Setting this variable to ``ON`` is equivalent to using the ``DEPENDS_EXPLICIT_ONLY``
|
||||
option in all uses of that command.
|
||||
command. Setting this variable to ``ON`` is equivalent to using the
|
||||
``DEPENDS_EXPLICIT_ONLY`` option in all uses of that command.
|
||||
|
||||
See also :variable:`CMAKE_OPTIMIZE_DEPENDENCIES`.
|
||||
|
||||
@@ -9,6 +9,7 @@ This variable is used to initialize the :prop_tgt:`ENABLE_EXPORTS` target
|
||||
property for executable targets when they are created by calls to the
|
||||
:command:`add_executable` command. See the property documentation for details.
|
||||
|
||||
This command has been superseded by the
|
||||
:variable:`CMAKE_EXECUTABLE_ENABLE_EXPORTS` command. It is provided for
|
||||
compatibility with older CMake code.
|
||||
This variable has been superseded by the
|
||||
:variable:`CMAKE_EXECUTABLE_ENABLE_EXPORTS` variable. It is provided for
|
||||
backward compatibility with older CMake code, but should not be used in new
|
||||
projects.
|
||||
|
||||
Reference in New Issue
Block a user