blob: 4af4bc38fd7925fdbcb1677e9a8ccd779ac25d26 [file] [log] [blame]
Ryan Prichard7aea7e92022-01-13 17:30:17 -08001CMAKE_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.