summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-06 12:59:06 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-22 17:23:46 (GMT)
commite77142350de1dec03ca788e3d3e278b7b9358fb5 (patch)
treed3e50ef3ef2352753a429010f0a09d2227fe7393 /Source/cmVisualStudio10TargetGenerator.cxx
parent5aa556be560b782d149b53bccc12dfc2be2bda0b (diff)
downloadCMake-e77142350de1dec03ca788e3d3e278b7b9358fb5.zip
CMake-e77142350de1dec03ca788e3d3e278b7b9358fb5.tar.gz
CMake-e77142350de1dec03ca788e3d3e278b7b9358fb5.tar.bz2
Get the local generator from the GeneratorTarget.
The Makefile should not know the LocalGenerator at all
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index 9b78df3..12a1e42 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -176,7 +176,7 @@ cmVisualStudio10TargetGenerator(cmTarget* target,
this->Makefile->GetConfigurations(this->Configurations);
this->LocalGenerator =
(cmLocalVisualStudio7Generator*)
- this->Makefile->GetLocalGenerator();
+ this->GeneratorTarget->GetLocalGenerator();
this->Name = this->Target->GetName();
this->GUID = this->GlobalGenerator->GetGUID(this->Name.c_str());
this->Platform = gg->GetPlatformName();