From 5395c526fc0066aad302298ab9ad46cc19b771ab Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 9 Jan 2019 09:25:20 -0500 Subject: cmake: Drop unused table entry for selecting default generator In `cmake::CreateDefaultGlobalGenerator` the table of registry entries does not need an entry for VS 2017 because that is found via the VS setup helper. --- Source/cmake.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 1bc36cc..e1bae34 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1528,7 +1528,6 @@ void cmake::CreateDefaultGlobalGenerator() const char* GeneratorName; }; static VSVersionedGenerator const vsGenerators[] = { - { "15.0", "Visual Studio 15 2017" }, // { "14.0", "Visual Studio 14 2015" }, // { "12.0", "Visual Studio 12 2013" }, // { "11.0", "Visual Studio 11 2012" }, // -- cgit v0.12