1CMAKE_GLOBAL_AUTOGEN_TARGET_NAME
2--------------------------------
3
4.. versionadded:: 3.14
5
6Change the name of the global ``autogen`` target.
7
8When :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET` is enabled, a global custom target
9named ``autogen`` is created.  :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET_NAME`
10allows to set a different name for that target.
11
12By default :variable:`CMAKE_GLOBAL_AUTOGEN_TARGET_NAME` is unset.
13
14See the :manual:`cmake-qt(7)` manual for more information on using CMake
15with Qt.
16