summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-19 15:09:34 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-05-19 15:09:34 (GMT)
commit56dc91c3adac1abbd2326fe677b6093c997771c1 (patch)
treeddbc16a9711f8d45ca537f1edfc6a8ad1c5975ac /Source/cmGlobalVisualStudioGenerator.cxx
parent93acb504c026e399597cf3a177e90ec6d6824656 (diff)
parentdad8b03fbed1b78fa04909fe484d92067f2e4bad (diff)
downloadCMake-56dc91c3adac1abbd2326fe677b6093c997771c1.zip
CMake-56dc91c3adac1abbd2326fe677b6093c997771c1.tar.gz
CMake-56dc91c3adac1abbd2326fe677b6093c997771c1.tar.bz2
Merge topic 'clean-up-vs-generators'
dad8b03f VS: Remove obsolete methods. e435f875 VS: Move version information to global generator. b5f093f0 VS: Simplify setting of flag table.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx
index b74ba6f..05f0f01 100644
--- a/Source/cmGlobalVisualStudioGenerator.cxx
+++ b/Source/cmGlobalVisualStudioGenerator.cxx
@@ -33,6 +33,19 @@ cmGlobalVisualStudioGenerator::~cmGlobalVisualStudioGenerator()
}
//----------------------------------------------------------------------------
+cmGlobalVisualStudioGenerator::VSVersion
+cmGlobalVisualStudioGenerator::GetVersion() const
+{
+ return this->Version;
+}
+
+//----------------------------------------------------------------------------
+void cmGlobalVisualStudioGenerator::SetVersion(VSVersion v)
+{
+ this->Version = v;
+}
+
+//----------------------------------------------------------------------------
std::string cmGlobalVisualStudioGenerator::GetRegistryBase()
{
return cmGlobalVisualStudioGenerator::GetRegistryBase(