mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 20:21:41 -06:00
Help: Fix variable name on CMAKE_GLOBAL_AUTOGEN_TARGET page
CMAKE_GLOBAL_AUTORCC_TARGET was mentioned accidentally.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user