summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-09-15 18:48:41 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-05 16:43:17 (GMT)
commita9588e90bbddbfe71b1d33d63d38eedaf397023f (patch)
tree6d80c4eba11e7a298aa162ddc61b404adb48e959 /Source/cmGlobalVisualStudio10Generator.h
parent4407eee01365d89d370d8e8b89f3ec0a65420046 (diff)
downloadCMake-a9588e90bbddbfe71b1d33d63d38eedaf397023f.zip
CMake-a9588e90bbddbfe71b1d33d63d38eedaf397023f.tar.gz
CMake-a9588e90bbddbfe71b1d33d63d38eedaf397023f.tar.bz2
VisualStudio10: Initialize the LongestSource at generate time.
There is no need to initialize it at compute time.
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h
index f4861dc..7600a0d 100644
--- a/Source/cmGlobalVisualStudio10Generator.h
+++ b/Source/cmGlobalVisualStudio10Generator.h
@@ -45,8 +45,6 @@ public:
std::vector<std::string> const& makeOptions = std::vector<std::string>()
);
- virtual bool Compute();
-
///! create the correct local generator
virtual cmLocalGenerator *CreateLocalGenerator(cmMakefile* mf);