diff options
author | Brad King <brad.king@kitware.com> | 2019-01-09 14:25:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-09 16:31:55 (GMT) |
commit | 5395c526fc0066aad302298ab9ad46cc19b771ab (patch) | |
tree | 8391b87621019c6c762b1bf86cfeb9f091f89585 /Source | |
parent | c9854a5843ac75df32c26140e1b568a3f0018699 (diff) | |
download | CMake-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.cxx | 1 |
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" }, // |