mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
cmComputeLinkDepends: Hold a const global generator.
This commit is contained in:
@@ -63,7 +63,7 @@ private:
|
||||
cmTarget const* HeadTarget;
|
||||
cmMakefile* Makefile;
|
||||
cmLocalGenerator* LocalGenerator;
|
||||
cmGlobalGenerator* GlobalGenerator;
|
||||
cmGlobalGenerator const* GlobalGenerator;
|
||||
cmake* CMakeInstance;
|
||||
bool DebugMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user