[llvm] r206544 - Fix example for VS2012.
Paul Robinson
paul_robinson at playstation.sony.com
Thu Apr 17 18:20:08 PDT 2014
Author: probinson
Date: Thu Apr 17 20:20:08 2014
New Revision: 206544
URL: http://llvm.org/viewvc/llvm-project?rev=206544&view=rev
Log:
Fix example for VS2012.
Modified:
llvm/trunk/docs/CMake.rst
Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=206544&r1=206543&r2=206544&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Thu Apr 17 20:20:08 2014
@@ -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
More information about the llvm-commits
mailing list