diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-24 13:42:04 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 06:44:22 (GMT) |
commit | 7b127c62d4d4c94cf96e9d406859dbd24eed7dc9 (patch) | |
tree | bf05b13a8f032bd86963a80a7a9eafb404eb0c70 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 780bff5279c6c2d356e5c7726b656bd9c68532b8 (diff) | |
download | CMake-7b127c62d4d4c94cf96e9d406859dbd24eed7dc9.zip CMake-7b127c62d4d4c94cf96e9d406859dbd24eed7dc9.tar.gz CMake-7b127c62d4d4c94cf96e9d406859dbd24eed7dc9.tar.bz2 |
VS7: Port remaining interface to cmGeneratorTarget
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 6a0e5e9..fe6db2e 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -163,9 +163,9 @@ protected: std::set<std::string> IsPartOfDefaultBuild(std::vector<std::string> const& configs, OrderedTargetDependSet const& projectTargets, - cmTarget const* target); + cmGeneratorTarget const* target); bool IsDependedOn(OrderedTargetDependSet const& projectTargets, - cmTarget const* target); + cmGeneratorTarget const* target); std::map<std::string, std::string> GUIDMap; virtual void WriteFolders(std::ostream& fout); |