1CMAKE_AUTOGEN_ORIGIN_DEPENDS 2---------------------------- 3 4.. versionadded:: 3.14 5 6Switch for forwarding origin target dependencies to the corresponding 7``_autogen`` targets. 8 9This variable is used to initialize the :prop_tgt:`AUTOGEN_ORIGIN_DEPENDS` 10property on all the targets. See that target property for additional 11information. 12 13By default :variable:`CMAKE_AUTOGEN_ORIGIN_DEPENDS` is ``ON``. 14