summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGhsMultiGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-21 19:31:00 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-24 07:19:55 (GMT)
commitb74aa0e3d2eb90b83bbbdcc91e0b1dd721cd194f (patch)
treedc23c2e2b7f00f7a620e556775aa8f97424ec7a4 /Source/cmGlobalGhsMultiGenerator.h
parentb92d0b2c94936fa438c8c92a6961b6323795d6f9 (diff)
downloadCMake-b74aa0e3d2eb90b83bbbdcc91e0b1dd721cd194f.zip
CMake-b74aa0e3d2eb90b83bbbdcc91e0b1dd721cd194f.tar.gz
CMake-b74aa0e3d2eb90b83bbbdcc91e0b1dd721cd194f.tar.bz2
GHS: Port to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGlobalGhsMultiGenerator.h')
-rw-r--r--Source/cmGlobalGhsMultiGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGhsMultiGenerator.h b/Source/cmGlobalGhsMultiGenerator.h
index 04a9a5b..480cd6a 100644
--- a/Source/cmGlobalGhsMultiGenerator.h
+++ b/Source/cmGlobalGhsMultiGenerator.h
@@ -111,7 +111,7 @@ private:
GhsMultiGpj::Types projType);
static std::string GetFileNameFromPath(std::string const &path);
void UpdateBuildFiles(std::vector<cmGeneratorTarget*> tgts);
- bool IsTgtForBuild(const cmTarget *tgt);
+ bool IsTgtForBuild(const cmGeneratorTarget *tgt);
std::vector<cmGeneratedFileStream *> TargetSubProjects;
std::map<std::string, cmGeneratedFileStream *> TargetFolderBuildStreams;