summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-15 18:47:35 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-05 16:43:18 (GMT)
commit21f428f4c0adf7045e852be30739cd1243aa96fe (patch)
tree79d8d42b4a721865dc8f8b70fd0c9948e830cb6f /Source/cmGlobalVisualStudio8Generator.h
parenta9588e90bbddbfe71b1d33d63d38eedaf397023f (diff)
downloadCMake-21f428f4c0adf7045e852be30739cd1243aa96fe.zip
CMake-21f428f4c0adf7045e852be30739cd1243aa96fe.tar.gz
CMake-21f428f4c0adf7045e852be30739cd1243aa96fe.tar.bz2
VisualStudio: Replace Compute override with AddExtraIDETargets override.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h
index 1c61103..9d6c64f 100644
--- a/Source/cmGlobalVisualStudio8Generator.h
+++ b/Source/cmGlobalVisualStudio8Generator.h
@@ -67,7 +67,7 @@ public:
return !this->WindowsCEVersion.empty(); }
protected:
- virtual bool Compute();
+ virtual void AddExtraIDETargets();
virtual const char* GetIDEVersion() { return "8.0"; }
virtual std::string FindDevEnvCommand();