GENERATOR_IS_MULTI_CONFIG.rst 370 B

123456789
  1. GENERATOR_IS_MULTI_CONFIG
  2. -------------------------
  3. Read-only property that is true on multi-configuration generators.
  4. True when using a multi-configuration generator
  5. (such as :ref:`Visual Studio Generators` or :generator:`Xcode`).
  6. Multi-config generators use :variable:`CMAKE_CONFIGURATION_TYPES`
  7. as the set of configurations and ignore :variable:`CMAKE_BUILD_TYPE`.