summaryrefslogtreecommitdiff
path: root/Source/cmLocalGhsMultiGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-06 13:02:59 +0200
committerBrad King <brad.king@kitware.com>2015-06-22 13:23:45 -0400
commitdee197fe610b5fe50403da796539b63a74430bd3 (patch)
tree29b06ec10a8006f1a6747984dd4133089bed91c3 /Source/cmLocalGhsMultiGenerator.cxx
parentb2b41b83ff594555f3b80c6c2fd12e10e1e97458 (diff)
downloadcmake-dee197fe610b5fe50403da796539b63a74430bd3.tar.gz
GHS: Use a cmGeneratorTarget in generator API.
Diffstat (limited to 'Source/cmLocalGhsMultiGenerator.cxx')
-rw-r--r--Source/cmLocalGhsMultiGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGhsMultiGenerator.cxx b/Source/cmLocalGhsMultiGenerator.cxx
index 870b9b98de..8e498ddeed 100644
--- a/Source/cmLocalGhsMultiGenerator.cxx
+++ b/Source/cmLocalGhsMultiGenerator.cxx
@@ -37,7 +37,7 @@ void cmLocalGhsMultiGenerator::Generate()
{
continue;
}
- cmGhsMultiTargetGenerator tg(l->second->Target);
+ cmGhsMultiTargetGenerator tg(l->second);
tg.Generate();
}
}