mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 14:27:23 +00:00
cmComputeLinkDepends: Hold a const global generator.
This commit is contained in:
parent
325ca1f253
commit
46315320ab
@ -63,7 +63,7 @@ private:
|
||||
cmTarget const* HeadTarget;
|
||||
cmMakefile* Makefile;
|
||||
cmLocalGenerator* LocalGenerator;
|
||||
cmGlobalGenerator* GlobalGenerator;
|
||||
cmGlobalGenerator const* GlobalGenerator;
|
||||
cmake* CMakeInstance;
|
||||
bool DebugMode;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user