mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-17 15:32:10 +08:00
cmGlobalGenerator: Fix use of uninitialized value in --find-package mode
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user