From acfd9ad43ddd13a94e92858e497b21a1f3ebb31d Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Sun, 16 Aug 2009 20:56:30 +0000 Subject: CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES to LLVM_BUILD_EXAMPLES and set default to true. Documented. llvm-svn: 79203 --- llvm/docs/CMake.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'llvm/docs') diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html index 45ece026421..d78c386f69b 100644 --- a/llvm/docs/CMake.html +++ b/llvm/docs/CMake.html @@ -250,6 +250,12 @@ to X86. On the other cases defaults to all. Example: -DLLVM_TARGETS_TO_BUILD="X86;PowerPC;Alpha". +
LLVM_BUILD_TOOLS:BOOL
+
Build LLVM tools. Defaults to ON.
+ +
LLVM_BUILD_EXAMPLES:BOOL
+
Build LLVM examples. Defaults to ON.
+
LLVM_ENABLE_THREADS:BOOL
Build with threads support, if available. Defaults to ON.
-- cgit v1.2.3