VisualStudio10: Initialize the LongestSource at generate time.

There is no need to initialize it at compute time.
This commit is contained in:
Stephen Kelly
2015-09-15 20:48:41 +02:00
parent 4407eee013
commit a9588e90bb
2 changed files with 1 additions and 13 deletions
-2
View File
@@ -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);