From 865f4bcb5dde73d2bd35e99da6f92599ffee19d6 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Mon, 15 Apr 2013 11:53:05 +0000 Subject: Enable all targets by default on Visual Studio. llvm-svn: 179518 --- llvm/docs/CMake.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs') diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index fb081d7b98c..991e4ba6da9 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -168,8 +168,8 @@ LLVM-specific variables **LLVM_TARGETS_TO_BUILD**:STRING Semicolon-separated list of targets to build, or *all* for building all - targets. Case-sensitive. For Visual C++ defaults to *X86*. On the other cases - defaults to *all*. Example: ``-DLLVM_TARGETS_TO_BUILD="X86;PowerPC"``. + targets. Case-sensitive. Defaults to *all*. Example: + ``-DLLVM_TARGETS_TO_BUILD="X86;PowerPC"``. **LLVM_BUILD_TOOLS**:BOOL Build LLVM tools. Defaults to ON. Targets for building each tool are generated -- cgit v1.2.3