diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-23 16:26:47 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-24 07:24:43 (GMT) |
commit | 97b3768898431ffff824388dc263654a35a33aa2 (patch) | |
tree | 95de34fe52afc20873f982a13930b7949fe3d359 /Source/cmGlobalVisualStudioGenerator.h | |
parent | 600af01d41e32d304e43dc98783ec0f7f010f40e (diff) | |
download | CMake-97b3768898431ffff824388dc263654a35a33aa2.zip CMake-97b3768898431ffff824388dc263654a35a33aa2.tar.gz CMake-97b3768898431ffff824388dc263654a35a33aa2.tar.bz2 |
VS: Port WriteUtilityDepends to cmGeneratorTarget
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index 6d804d8..c81ddda 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -128,7 +128,7 @@ protected: bool CheckTargetLinks(cmTarget& target, const std::string& name); std::string GetUtilityForTarget(cmTarget& target, const std::string&); - virtual std::string WriteUtilityDepend(cmTarget const*) = 0; + virtual std::string WriteUtilityDepend(cmGeneratorTarget const*) = 0; std::string GetUtilityDepend(const cmGeneratorTarget *target); typedef std::map<cmGeneratorTarget const*, std::string> UtilityDependsMap; UtilityDependsMap UtilityDepends; |