summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorBastien Schatt <bastien.schatt@magestik.fr>2017-04-03 16:47:32 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-04 13:49:00 (GMT)
commit38fd5866c04d734ea78a4327de7a9ce08b6b8341 (patch)
tree7db989d944e012f2a2cd48eb8ceeaab356c73b47 /Source/cmGlobalGenerator.cxx
parent53e9c2d2a31f33f5d72c2df5558ffa7213a54a04 (diff)
downloadCMake-38fd5866c04d734ea78a4327de7a9ce08b6b8341.zip
CMake-38fd5866c04d734ea78a4327de7a9ce08b6b8341.tar.gz
CMake-38fd5866c04d734ea78a4327de7a9ce08b6b8341.tar.bz2
Add GENERATOR_IS_MULTI_CONFIG global property
Fixes: #16768
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 851290a..ce83e2e 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -96,6 +96,7 @@ cmGlobalGenerator::cmGlobalGenerator(cmake* cm)
this->ConfigureDoneCMP0026AndCMP0024 = false;
this->FirstTimeProgress = 0.0f;
+ cm->GetState()->SetIsGeneratorMultiConfig(false);
cm->GetState()->SetMinGWMake(false);
cm->GetState()->SetMSYSShell(false);
cm->GetState()->SetNMake(false);