summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-24 07:08:29 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-25 21:06:33 (GMT)
commit7f551b4f2635816553c2ff7dacef78254875116e (patch)
tree4a903b0e6a49e36cbd47479891a67d3fbba05a1d /Source/cmGlobalVisualStudio6Generator.h
parentcd6293cdf8cf04fca70497a2474989b773fe922e (diff)
downloadCMake-7f551b4f2635816553c2ff7dacef78254875116e.zip
CMake-7f551b4f2635816553c2ff7dacef78254875116e.tar.gz
CMake-7f551b4f2635816553c2ff7dacef78254875116e.tar.bz2
cmGlobalGenerator: Implement VS6 check without virtual method.
Don't require existence of a global generator for this check.
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h
index 2460158..420cb0b 100644
--- a/Source/cmGlobalVisualStudio6Generator.h
+++ b/Source/cmGlobalVisualStudio6Generator.h
@@ -85,8 +85,6 @@ public:
virtual void FindMakeProgram(cmMakefile*);
- virtual bool IsForVS6() const { return true; }
-
protected:
virtual void Generate();
virtual const char* GetIDEVersion() { return "6.0"; }