summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-24 13:42:04 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-27 06:44:22 (GMT)
commit7b127c62d4d4c94cf96e9d406859dbd24eed7dc9 (patch)
treebf05b13a8f032bd86963a80a7a9eafb404eb0c70 /Source/cmGlobalVisualStudio7Generator.h
parent780bff5279c6c2d356e5c7726b656bd9c68532b8 (diff)
downloadCMake-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.h4
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);