cmGlobalGenerator: Fix use of uninitialized value in --find-package mode

This commit is contained in:
Brad King 2016-09-16 09:25:41 -04:00
parent 3bb18e708d
commit d9c600c504
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ cmGlobalGenerator::cmGlobalGenerator(cmake* cm)
this->TryCompileOuterMakefile = CM_NULLPTR;
this->ConfigureDoneCMP0026AndCMP0024 = false;
this->FirstTimeProgress = 0.0f;
cm->GetState()->SetMinGWMake(false);
cm->GetState()->SetMSYSShell(false);