cmake/Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst

14 lines
390 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
``_autogen`` targets.
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``.