diff options
| author | Paul Robinson <paul_robinson@playstation.sony.com> | 2014-04-18 01:20:08 +0000 |
|---|---|---|
| committer | Paul Robinson <paul_robinson@playstation.sony.com> | 2014-04-18 01:20:08 +0000 |
| commit | f4e6a5436da17a43b98f1454573d47bcfd3e19c1 (patch) | |
| tree | 23f7bc4511efe8ff7cd988c6323492de6a33c5b9 /llvm | |
| parent | 85e349fd2c71186eeb5b0f1c48573f61e61c9c5b (diff) | |
| download | bcm5719-llvm-f4e6a5436da17a43b98f1454573d47bcfd3e19c1.tar.gz bcm5719-llvm-f4e6a5436da17a43b98f1454573d47bcfd3e19c1.zip | |
Fix example for VS2012.
llvm-svn: 206544
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/CMake.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 3049ac0f2ac..f0f17268793 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -87,7 +87,7 @@ names are case-sensitive. Example: .. code-block:: console - $ cmake -G "Visual Studio 10" path/to/llvm/source/root + $ cmake -G "Visual Studio 11" path/to/llvm/source/root For a given development platform there can be more than one adequate generator. If you use Visual Studio "NMake Makefiles" is a generator you can use |

