Auto merge of #1893 - micbou:windows-generators-readme, r=vheon

[READY] Update CMake generators for MSVC in README

Following PR Valloric/ycmd#285, older versions of CMake (< 3.0) don't support the MSVC generator names with the year component but newer versions accept both formats. So, replace the generator names in README.md by the old ones.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/1893)
<!-- Reviewable:end -->
This commit is contained in:
Homu 2016-01-12 07:16:40 +09:00
commit f25e1c9a48
2 changed files with 6 additions and 6 deletions

View File

@ -537,9 +537,9 @@ process.
where `<generator>` is `Unix Makefiles` on Unix systems and one of the
following Visual Studio generators on Windows:
- `Visual Studio 11 2012 Win64`
- `Visual Studio 12 2013 Win64`
- `Visual Studio 14 2015 Win64`
- `Visual Studio 11 Win64`
- `Visual Studio 12 Win64`
- `Visual Studio 14 Win64`
Remove the `Win64` part in these generators if your Vim architecture is
32-bit.

View File

@ -732,9 +732,9 @@ process.
where '<generator>' is 'Unix Makefiles' on Unix systems and one of the
following Visual Studio generators on Windows:
- 'Visual Studio 11 2012 Win64'
- 'Visual Studio 12 2013 Win64'
- 'Visual Studio 14 2015 Win64'
- 'Visual Studio 11 Win64'
- 'Visual Studio 12 Win64'
- 'Visual Studio 14 Win64'
Remove the 'Win64' part in these generators if your Vim architecture is
32-bit.