diff options
author | Brad King <brad.king@kitware.com> | 2023-06-13 17:48:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-13 18:20:48 (GMT) |
commit | 536c1de1d442c46c23e40ae7b3f60f1a34b11134 (patch) | |
tree | 9251f59c3a6978a05d9ae4e0c0d44f2a770b07fa /Source/cmGlobalVisualStudioGenerator.h | |
parent | f444f172c3c00c3aa61395a9eb3a80fef6bd9528 (diff) | |
download | CMake-536c1de1d442c46c23e40ae7b3f60f1a34b11134.zip CMake-536c1de1d442c46c23e40ae7b3f60f1a34b11134.tar.gz CMake-536c1de1d442c46c23e40ae7b3f60f1a34b11134.tar.bz2 |
Drop Visual Studio 11 2012 generator
This generator has been deprecated since CMake 3.25. Remove it.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index 3e20ada..3008c18 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -35,7 +35,6 @@ public: enum class VSVersion : uint16_t { VS9 = 90, - VS11 = 110, VS12 = 120, /* VS13 = 130 was skipped */ VS14 = 140, |