summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-01-09 14:25:20 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-09 16:31:55 (GMT)
commit5395c526fc0066aad302298ab9ad46cc19b771ab (patch)
tree8391b87621019c6c762b1bf86cfeb9f091f89585 /Source
parentc9854a5843ac75df32c26140e1b568a3f0018699 (diff)
downloadCMake-5395c526fc0066aad302298ab9ad46cc19b771ab.zip
CMake-5395c526fc0066aad302298ab9ad46cc19b771ab.tar.gz
CMake-5395c526fc0066aad302298ab9ad46cc19b771ab.tar.bz2
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.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.cxx1
1 files changed, 0 insertions, 1 deletions
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" }, //