summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGhsMultiGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-06 20:35:28 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-07 06:37:56 (GMT)
commit7ce0991a7a29e244aee3f61e9e8b1879e59d156c (patch)
tree3f61f8b09f0edd0372dbc96cd512d4a0e8b21294 /Source/cmGlobalGhsMultiGenerator.cxx
parent156bd2c983b439478dff5fe84629b5a93e780a92 (diff)
downloadCMake-7ce0991a7a29e244aee3f61e9e8b1879e59d156c.zip
CMake-7ce0991a7a29e244aee3f61e9e8b1879e59d156c.tar.gz
CMake-7ce0991a7a29e244aee3f61e9e8b1879e59d156c.tar.bz2
GHS: Port API to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.cxx')
-rw-r--r--Source/cmGlobalGhsMultiGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.cxx b/Source/cmGlobalGhsMultiGenerator.cxx
index 6dde1e3..1ad727a 100644
--- a/Source/cmGlobalGhsMultiGenerator.cxx
+++ b/Source/cmGlobalGhsMultiGenerator.cxx
@@ -509,7 +509,8 @@ void cmGlobalGhsMultiGenerator::UpdateBuildFiles(
splitPath.back());
*this->TargetFolderBuildStreams[folderName] << foldNameRelBuildFile
<< " ";
- GhsMultiGpj::WriteGpjTag(cmGhsMultiTargetGenerator::GetGpjTag(tgt),
+ GhsMultiGpj::WriteGpjTag(cmGhsMultiTargetGenerator::GetGpjTag(
+ tgtsI->second),
this->TargetFolderBuildStreams[folderName]);
}
}