|
|
@@ -13,7 +13,6 @@
|
|
|
|
|
|
#include "cmComputeComponentGraph.h"
|
|
|
#include "cmGlobalGenerator.h"
|
|
|
-#include "cmLocalGenerator.h"
|
|
|
#include "cmMakefile.h"
|
|
|
#include "cmTarget.h"
|
|
|
#include "cmake.h"
|
|
|
@@ -179,8 +178,7 @@ cmComputeLinkDepends
|
|
|
// Store context information.
|
|
|
this->Target = target;
|
|
|
this->Makefile = this->Target->GetMakefile();
|
|
|
- this->LocalGenerator = this->Makefile->GetLocalGenerator();
|
|
|
- this->GlobalGenerator = this->LocalGenerator->GetGlobalGenerator();
|
|
|
+ this->GlobalGenerator = this->Makefile->GetGlobalGenerator();
|
|
|
this->CMakeInstance = this->GlobalGenerator->GetCMakeInstance();
|
|
|
|
|
|
// The configuration being linked.
|