cmake/Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst

21 lines
678 B
ReStructuredText
Raw Normal View History

2019-11-11 23:01:05 +01:00
CMAKE_AUTOGEN_ORIGIN_DEPENDS
----------------------------
2021-09-14 00:13:48 +02:00
.. versionadded:: 3.14
2019-11-11 23:01:05 +01:00
Switch for forwarding origin target dependencies to the corresponding
2024-04-14 22:45:38 +02:00
:ref:`<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` target instead of the
:ref:`<ORIGIN>_autogen` target.
2019-11-11 23:01:05 +01:00
This variable is used to initialize the :prop_tgt:`AUTOGEN_ORIGIN_DEPENDS`
property on all the targets. See that target property for additional
information.
2023-05-23 16:38:00 +02:00
By default ``CMAKE_AUTOGEN_ORIGIN_DEPENDS`` is ``ON``.