summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileLibraryTargetGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:51 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:50 (GMT)
commitb3f0e35308993de825f00ec18fc6559e6609c9b0 (patch)
tree36a3fd55b874ccebdcf450cbad83b15750b52226 /Source/cmMakefileLibraryTargetGenerator.cxx
parent34c437411dad89c671261269f2067129584a4259 (diff)
downloadCMake-b3f0e35308993de825f00ec18fc6559e6609c9b0.zip
CMake-b3f0e35308993de825f00ec18fc6559e6609c9b0.tar.gz
CMake-b3f0e35308993de825f00ec18fc6559e6609c9b0.tar.bz2
cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget.
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.cxx')
-rw-r--r--Source/cmMakefileLibraryTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.cxx b/Source/cmMakefileLibraryTargetGenerator.cxx
index bb0f9dd..2f995e8 100644
--- a/Source/cmMakefileLibraryTargetGenerator.cxx
+++ b/Source/cmMakefileLibraryTargetGenerator.cxx
@@ -311,7 +311,7 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules
}
std::string compilePdbOutputPath =
- this->Target->GetCompilePDBDirectory(this->ConfigName);
+ this->GeneratorTarget->GetCompilePDBDirectory(this->ConfigName);
cmSystemTools::MakeDirectory(compilePdbOutputPath.c_str());
std::string pdbOutputPath = this->Target->GetPDBDirectory(this->ConfigName);