summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio15Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-09 16:21:20 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-10 12:51:47 (GMT)
commitd07f453f39b477d687dd87aad2e1cd766598b434 (patch)
tree47513af9e917f5c23465c4ee62e39865c85dfe24 /Source/cmGlobalVisualStudio15Generator.h
parent757737075a3f998c9ecc93f5c467dabe4b005fee (diff)
downloadCMake-d07f453f39b477d687dd87aad2e1cd766598b434.zip
CMake-d07f453f39b477d687dd87aad2e1cd766598b434.tar.gz
CMake-d07f453f39b477d687dd87aad2e1cd766598b434.tar.bz2
VS: Convert GetToolsVersion 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 68aa14f..6bf95c3 100644
--- a/Source/cmGlobalVisualStudio15Generator.h
+++ b/Source/cmGlobalVisualStudio15Generator.h
@@ -26,8 +26,6 @@ public:
void WriteSLNHeader(std::ostream& fout) override;
- const char* GetToolsVersion() override { return "15.0"; }
-
bool SetGeneratorInstance(std::string const& i, cmMakefile* mf) override;
bool GetVSInstance(std::string& dir) const;