diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2018-11-26 08:53:40 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2018-11-26 08:57:20 (GMT) |
commit | 0d80977af4bbd1c76448307f577a7f22db792e65 (patch) | |
tree | 6eb83c59065e8aca22dcc0c9ced2f3652551bd7e /Help/variable | |
parent | 6786345210994063030ad82f7ece66a461bbfb76 (diff) | |
download | CMake-0d80977af4bbd1c76448307f577a7f22db792e65.zip CMake-0d80977af4bbd1c76448307f577a7f22db792e65.tar.gz CMake-0d80977af4bbd1c76448307f577a7f22db792e65.tar.bz2 |
Autogen: Documentation updates
This extends the documentation for
- :prop_tgt:`AUTOGEN_ORIGIN_DEPENDS`
- :prop_tgt:`AUTOGEN_TARGET_DEPENDS`
- :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET`
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst b/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst index 75903ab..e82867d 100644 --- a/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst +++ b/Help/variable/CMAKE_GLOBAL_AUTOGEN_TARGET.rst @@ -16,3 +16,11 @@ By default :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET` is unset. See the :manual:`cmake-qt(7)` manual for more information on using CMake with Qt. + +Note +^^^^ + +``<ORIGIN>_autogen`` targets by default inherit their origin target's +dependencies. This might result in unintended dependency target +builds when only ``<ORIGIN>_autogen`` targets are built. A solution is to +disable :prop_tgt:`AUTOGEN_ORIGIN_DEPENDS` on the respective origin targets. |