diff options
author | Brad King <brad.king@kitware.com> | 2011-09-23 13:07:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-09-23 14:10:01 (GMT) |
commit | 3d5632ed59d3d46298304d20d3f11f9d1da02f93 (patch) | |
tree | 808deb3a6b06fd4ea925218cb54f5c1d9b138b9a /Source/cmGlobalVisualStudio10Generator.h | |
parent | 8c280435dfd746a897f6ce6696ba27571f195424 (diff) | |
download | CMake-3d5632ed59d3d46298304d20d3f11f9d1da02f93.zip CMake-3d5632ed59d3d46298304d20d3f11f9d1da02f93.tar.gz CMake-3d5632ed59d3d46298304d20d3f11f9d1da02f93.tar.bz2 |
Add Visual Studio 11 generator for x86 and x64 tools
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio10Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.h b/Source/cmGlobalVisualStudio10Generator.h index 8573670..18b483d 100644 --- a/Source/cmGlobalVisualStudio10Generator.h +++ b/Source/cmGlobalVisualStudio10Generator.h @@ -79,7 +79,6 @@ protected: virtual const char* GetIDEVersion() { return "10.0"; } std::string PlatformToolset; -private: bool ExpressEdition; }; #endif |