[llvm-commits] [llvm] r89607 - /llvm/trunk/docs/CMake.html
Daniel Dunbar
daniel at zuster.org
Sun Nov 22 10:27:51 PST 2009
Author: ddunbar
Date: Sun Nov 22 12:27:51 2009
New Revision: 89607
URL: http://llvm.org/viewvc/llvm-project?rev=89607&view=rev
Log:
Update doc re: LLVM_BUILD_EXAMPLES.
Modified:
llvm/trunk/docs/CMake.html
Modified: llvm/trunk/docs/CMake.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.html?rev=89607&r1=89606&r2=89607&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.html (original)
+++ llvm/trunk/docs/CMake.html Sun Nov 22 12:27:51 2009
@@ -254,7 +254,7 @@
<dd>Build LLVM tools. Defaults to ON.</dd>
<dt><b>LLVM_BUILD_EXAMPLES</b>:BOOL</dt>
- <dd>Build LLVM examples. Defaults to ON.</dd>
+ <dd>Build LLVM examples. Defaults to OFF.</dd>
<dt><b>LLVM_ENABLE_THREADS</b>:BOOL</dt>
<dd>Build with threads support, if available. Defaults to ON.</dd>
More information about the llvm-commits
mailing list