diff options
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 |