6f1a9e185cd9c447d78fc864b4e1b216b7d9c03d
[platform/upstream/cmake.git] / Help / prop_gbl / GENERATOR_IS_MULTI_CONFIG.rst
1 GENERATOR_IS_MULTI_CONFIG
2 -------------------------
3
4 .. versionadded:: 3.9
5
6 Read-only property that is true on multi-configuration generators.
7
8 True when using a multi-configuration generator
9 (such as :ref:`Visual Studio Generators` or :generator:`Xcode`).
10 Multi-config generators use :variable:`CMAKE_CONFIGURATION_TYPES`
11 as the set of configurations and ignore :variable:`CMAKE_BUILD_TYPE`.