VS: Move version information to global generator.

This commit is contained in:
Stephen Kelly
2015-05-17 11:33:09 +02:00
committed by Brad King
parent b5f093f096
commit e435f875ec
22 changed files with 136 additions and 106 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class cmLocalVisualStudio10Generator : public cmLocalVisualStudio7Generator
{
public:
///! Set cache only and recurse to false by default.
cmLocalVisualStudio10Generator(VSVersion v, cmGlobalGenerator* gg,
cmLocalVisualStudio10Generator(cmGlobalGenerator* gg,
cmLocalGenerator* parent);
virtual ~cmLocalVisualStudio10Generator();