diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-10-24 09:03:51 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-11-03 11:14:40 (GMT) |
commit | 0669de5d36b853fa7ff81081de719a0a48e2b654 (patch) | |
tree | b35a47349595e2b1d54012da057c38eb3542b4bd /Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst | |
parent | b5e895b5d41dc688bf0acdec352cbccc178a7236 (diff) | |
download | CMake-0669de5d36b853fa7ff81081de719a0a48e2b654.zip CMake-0669de5d36b853fa7ff81081de719a0a48e2b654.tar.gz CMake-0669de5d36b853fa7ff81081de719a0a48e2b654.tar.bz2 |
Autogen: Add (CMAKE_)AUTOGEN_ORIGIN_DEPENDS documentation
Diffstat (limited to 'Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst')
-rw-r--r-- | Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst b/Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst new file mode 100644 index 0000000..1398e78 --- /dev/null +++ b/Help/variable/CMAKE_AUTOGEN_ORIGIN_DEPENDS.rst @@ -0,0 +1,11 @@ +CMAKE_AUTOGEN_ORIGIN_DEPENDS +---------------------------- + +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. + +By default :variable:`CMAKE_AUTOGEN_ORIGIN_DEPENDS` is ``ON``. |