diff options
author | Brad King <brad.king@kitware.com> | 2021-01-25 16:40:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-01-25 16:40:50 (GMT) |
commit | 2ea4f390c10ea199f7805f11133b27e8854ac67b (patch) | |
tree | b7f5d342f2a3db1f9793a515bb902fcfff95e31f | |
parent | 28c2d6bdd0d8d46137b2e601ce00c8bde922cd9d (diff) | |
parent | 1d7daa668c774d6cbe876680656bf5be06ca7187 (diff) | |
download | CMake-2ea4f390c10ea199f7805f11133b27e8854ac67b.zip CMake-2ea4f390c10ea199f7805f11133b27e8854ac67b.tar.gz CMake-2ea4f390c10ea199f7805f11133b27e8854ac67b.tar.bz2 |
Merge topic 'doc-multi-config-prop'
1d7daa668c Help: Add Ninja Multi-Config to list in GENERATOR_IS_MULTI_CONFIG
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kyle Edwards <kyle.edwards@kitware.com>
Merge-request: !5737
-rw-r--r-- | Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst b/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst index 6f1a9e1..761a1dd 100644 --- a/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst +++ b/Help/prop_gbl/GENERATOR_IS_MULTI_CONFIG.rst @@ -5,7 +5,11 @@ GENERATOR_IS_MULTI_CONFIG Read-only property that is true on multi-configuration generators. -True when using a multi-configuration generator -(such as :ref:`Visual Studio Generators` or :generator:`Xcode`). +True when using a multi-configuration generator such as: + +* :generator:`Ninja Multi-Config` +* :ref:`Visual Studio Generators` +* :generator:`Xcode` + Multi-config generators use :variable:`CMAKE_CONFIGURATION_TYPES` as the set of configurations and ignore :variable:`CMAKE_BUILD_TYPE`. |