summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio15Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-09 16:28:57 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-10 12:52:48 (GMT)
commit03f74a16cde9e2e7e3433054970cc7cadd31388f (patch)
tree2ddb8d32f2492160dd3ca0a817c055abdb71a0ee /Source/cmGlobalVisualStudio15Generator.h
parentd07f453f39b477d687dd87aad2e1cd766598b434 (diff)
downloadCMake-03f74a16cde9e2e7e3433054970cc7cadd31388f.zip
CMake-03f74a16cde9e2e7e3433054970cc7cadd31388f.tar.gz
CMake-03f74a16cde9e2e7e3433054970cc7cadd31388f.tar.bz2
VS: Convert GetIDEVersion to non-virtual table lookup
Diffstat (limited to 'Source/cmGlobalVisualStudio15Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio15Generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio15Generator.h b/Source/cmGlobalVisualStudio15Generator.h
index 6bf95c3..5a3fa20 100644
--- a/Source/cmGlobalVisualStudio15Generator.h
+++ b/Source/cmGlobalVisualStudio15Generator.h
@@ -37,8 +37,6 @@ protected:
bool InitializeWindows(cmMakefile* mf) override;
bool SelectWindowsStoreToolset(std::string& toolset) const override;
- const char* GetIDEVersion() const override { return "15.0"; }
-
// Used to verify that the Desktop toolset for the current generator is
// installed on the machine.
bool IsWindowsDesktopToolsetInstalled() const override;