mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
12 lines
376 B
ReStructuredText
12 lines
376 B
ReStructuredText
DEPENDS_EXPLICIT_ONLY
|
|
---------------------
|
|
|
|
.. versionadded:: 4.5
|
|
|
|
``DEPENDS_EXPLICIT_ONLY`` is a boolean indicating that the rule's ``DEPENDS``
|
|
argument represents all files required by the command and implicit dependencies
|
|
are not required.
|
|
|
|
If not defined, the :variable:`CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY`
|
|
will be used during the instantiations of the rule.
|