cmGlobalGenerator: Fix use of uninitialized value in --find-package mode
This commit is contained in:
parent
3bb18e708d
commit
d9c600c504
|
@ -94,6 +94,7 @@ cmGlobalGenerator::cmGlobalGenerator(cmake* cm)
|
||||||
this->TryCompileOuterMakefile = CM_NULLPTR;
|
this->TryCompileOuterMakefile = CM_NULLPTR;
|
||||||
|
|
||||||
this->ConfigureDoneCMP0026AndCMP0024 = false;
|
this->ConfigureDoneCMP0026AndCMP0024 = false;
|
||||||
|
this->FirstTimeProgress = 0.0f;
|
||||||
|
|
||||||
cm->GetState()->SetMinGWMake(false);
|
cm->GetState()->SetMinGWMake(false);
|
||||||
cm->GetState()->SetMSYSShell(false);
|
cm->GetState()->SetMSYSShell(false);
|
||||||
|
|
Loading…
Reference in New Issue