mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Drop Visual Studio 10 2010 generator
This generator has been deprecated since CMake 3.22. Remove it.
This commit is contained in:
@@ -35,7 +35,6 @@ public:
|
||||
enum class VSVersion : uint16_t
|
||||
{
|
||||
VS9 = 90,
|
||||
VS10 = 100,
|
||||
VS11 = 110,
|
||||
VS12 = 120,
|
||||
/* VS13 = 130 was skipped */
|
||||
|
||||
Reference in New Issue
Block a user