summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNinjaGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-02-07 14:17:18 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-02-07 14:17:26 (GMT)
commit6c142ac7aaeb50b06f0372a4e75c70ca8af37554 (patch)
tree2dd2074f8cbe4bbd4dadc563e5e8dec48db76ce6 /Source/cmGlobalNinjaGenerator.cxx
parent737ca8e016aaed9d7fe7b9aeb2933131dced92b1 (diff)
parent9e219de4fb50096a9386dbe6de9f98cf8a7ec199 (diff)
downloadCMake-6c142ac7aaeb50b06f0372a4e75c70ca8af37554.zip
CMake-6c142ac7aaeb50b06f0372a4e75c70ca8af37554.tar.gz
CMake-6c142ac7aaeb50b06f0372a4e75c70ca8af37554.tar.bz2
Merge topic 'ninja-multi-no-minsizerel'
9e219de4fb Ninja Multi-Config: Don't include MinSizeRel by default Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4326
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.cxx')
-rw-r--r--Source/cmGlobalNinjaGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.cxx b/Source/cmGlobalNinjaGenerator.cxx
index aaad201..78ab2a8 100644
--- a/Source/cmGlobalNinjaGenerator.cxx
+++ b/Source/cmGlobalNinjaGenerator.cxx
@@ -736,7 +736,7 @@ void cmGlobalNinjaGenerator::EnableLanguage(
if (this->IsMultiConfig()) {
if (!mf->GetDefinition("CMAKE_CONFIGURATION_TYPES")) {
mf->AddCacheDefinition(
- "CMAKE_CONFIGURATION_TYPES", "Debug;Release;MinSizeRel;RelWithDebInfo",
+ "CMAKE_CONFIGURATION_TYPES", "Debug;Release;RelWithDebInfo",
"Semicolon separated list of supported configuration types, only "
"supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything "
"else will be ignored",