mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
The references to the <ORIGIN>_autogen and <ORIGIN>_autogen_timestamp_deps anchors were being replaced by the section heading text that immediately followed the anchors. But in most cases, the text where the cross-referencing was placed was expecting the anchor text to be used instead. Add custom text for such cross-references so that the text reads as originally intended.
21 lines
750 B
ReStructuredText
21 lines
750 B
ReStructuredText
CMAKE_AUTOGEN_ORIGIN_DEPENDS
|
|
----------------------------
|
|
|
|
.. versionadded:: 3.14
|
|
|
|
Switch for forwarding origin target dependencies to the corresponding
|
|
:ref:`<ORIGIN>_autogen <<ORIGIN>_autogen>` targets.
|
|
|
|
.. note::
|
|
|
|
If Qt 5.15 or later is used and the generator is either :generator:`Ninja`
|
|
or :ref:`Makefile Generators`, additional target dependencies are added to
|
|
the :ref:`<ORIGIN>_autogen_timestamp_deps <<ORIGIN>_autogen_timestamp_deps>`
|
|
target instead of the :ref:`<ORIGIN>_autogen <<ORIGIN>_autogen>` target.
|
|
|
|
This variable is used to initialize the :prop_tgt:`AUTOGEN_ORIGIN_DEPENDS`
|
|
property on all the targets. See that target property for additional
|
|
information.
|
|
|
|
By default ``CMAKE_AUTOGEN_ORIGIN_DEPENDS`` is ``ON``.
|