Help: Fix variable name on CMAKE_GLOBAL_AUTOGEN_TARGET page

CMAKE_GLOBAL_AUTORCC_TARGET was mentioned accidentally.
This commit is contained in:
Joerg Bornemann
2020-01-13 17:33:55 +01:00
parent b67c53dddf
commit 3104dc059c

View File

@@ -3,7 +3,7 @@ CMAKE_GLOBAL_AUTOGEN_TARGET
Switch to enable generation of a global ``autogen`` target.
When :variable:`CMAKE_GLOBAL_AUTORCC_TARGET` is enabled, a custom target
When :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET` is enabled, a custom target
``autogen`` is generated. This target depends on all :prop_tgt:`AUTOMOC` and
:prop_tgt:`AUTOUIC` generated ``<ORIGIN>_autogen`` targets in the project.
By building the global ``autogen`` target, all :prop_tgt:`AUTOMOC` and