cmComputeLinkDepends: Hold a const global generator.
This commit is contained in:
parent
325ca1f253
commit
46315320ab
|
@ -63,7 +63,7 @@ private:
|
||||||
cmTarget const* HeadTarget;
|
cmTarget const* HeadTarget;
|
||||||
cmMakefile* Makefile;
|
cmMakefile* Makefile;
|
||||||
cmLocalGenerator* LocalGenerator;
|
cmLocalGenerator* LocalGenerator;
|
||||||
cmGlobalGenerator* GlobalGenerator;
|
cmGlobalGenerator const* GlobalGenerator;
|
||||||
cmake* CMakeInstance;
|
cmake* CMakeInstance;
|
||||||
bool DebugMode;
|
bool DebugMode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue