summaryrefslogtreecommitdiffstats
path: root/Source/cmExportInstallFileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-28 17:58:52 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-30 06:28:32 (GMT)
commita23fcc9558f9f2788fc828f7473060ea1f035f55 (patch)
tree5644c9edfffae69751936e099ef5baa6c9dd5b40 /Source/cmExportInstallFileGenerator.cxx
parent4e41913f9acb6a33f6a4eb1b88577fb7499e99d6 (diff)
downloadCMake-a23fcc9558f9f2788fc828f7473060ea1f035f55.zip
CMake-a23fcc9558f9f2788fc828f7473060ea1f035f55.tar.gz
CMake-a23fcc9558f9f2788fc828f7473060ea1f035f55.tar.bz2
cmInstallTargetGenerator: Port to cmGeneratorTarget.
Diffstat (limited to 'Source/cmExportInstallFileGenerator.cxx')
-rw-r--r--Source/cmExportInstallFileGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExportInstallFileGenerator.cxx b/Source/cmExportInstallFileGenerator.cxx
index 6c7d97e..1d75f43 100644
--- a/Source/cmExportInstallFileGenerator.cxx
+++ b/Source/cmExportInstallFileGenerator.cxx
@@ -398,7 +398,7 @@ cmExportInstallFileGenerator
}
// Get the target to be installed.
- cmTarget* target = itgen->GetTarget();
+ cmTarget* target = itgen->GetTarget()->Target;
// Construct the installed location of the target.
std::string dest = itgen->GetDestination(config);