From: Paul Robinson Date: Fri, 18 Apr 2014 01:20:08 +0000 (+0000) Subject: Fix example for VS2012. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c0bbe8259cd61e83921e007464ac2f88f3f1f44b;p=oota-llvm.git Fix example for VS2012. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206544 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CMake.rst b/docs/CMake.rst index 3049ac0f2ac..f0f17268793 100644 --- a/docs/CMake.rst +++ b/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