summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-11 19:39:01 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-03-15 08:30:24 (GMT)
commit6c9dd0ec7b1e000b0bedd567fa52074671d639c9 (patch)
tree14b2d74ea54cd9008f9db0a564f1cb7720a4c491 /Source/cmGlobalVisualStudioGenerator.h
parentc481fadc07e72193f16a4f1fb9d477db133f1120 (diff)
downloadCMake-6c9dd0ec7b1e000b0bedd567fa52074671d639c9.zip
CMake-6c9dd0ec7b1e000b0bedd567fa52074671d639c9.tar.gz
CMake-6c9dd0ec7b1e000b0bedd567fa52074671d639c9.tar.bz2
cmGlobalGenerator: Make ComputeTargetObjects non-virtual
Implement it in terms of the ComputeObjectFilenames virtual method on the local generators. Remove the reimplementation from the global generators which are now all functionally identical.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h
index f957056..1ab8990 100644
--- a/Source/cmGlobalVisualStudioGenerator.h
+++ b/Source/cmGlobalVisualStudioGenerator.h
@@ -117,7 +117,6 @@ private:
virtual std::string GetVSMakeProgram() = 0;
void PrintCompilerAdvice(std::ostream&, std::string const&,
const char*) const {}
- void ComputeTargetObjects(cmGeneratorTarget* gt) const;
void FollowLinkDepends(cmTarget const* target,
std::set<cmTarget const*>& linked);