Skip to content

Commit 5e67b33

Browse files
committed
Cmake can generate VS 2013 files now
1 parent b5e3f4d commit 5e67b33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/guides/build-and-link/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ If you want to change either of these defaults, you have to specify a "generator
3838
| Visual Studio 2010 (amd64) | `cmake -G "Visual Studio 10 Win64" ..` |
3939
| Visual Studio 2012 (x86) | `cmake -G "Visual Studio 11" ..` |
4040
| Visual Studio 2012 (amd64) | `cmake -G "Visual Studio 11 Win64" ..` |
41-
42-
Visual Studio 2013 isn't supported yet, but it probably will be in the next release of CMake.
43-
However, VS 2013 can work with project files generated for VS 2012.
41+
| Visual Studio 2013 (x86) | `cmake -G "Visual Studio 12" ..` |
42+
| Visual Studio 2013 (amd64) | `cmake -G "Visual Studio 12 Win64" ..` |
4443

4544
## Advanced Build
4645

0 commit comments

Comments
 (0)