summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CMake.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 69eeaab529..c9fe538c9d 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -280,11 +280,6 @@ LLVM-specific variables
are ``Address``, ``Memory`` and ``MemoryWithOrigins``. Defaults to empty
string.
-**LLVM_STATIC_MSVC_RUNTIME**:BOOL
- When building with MSVC, link against the static runtime library (/MT or /MTd
- for release and debug builds, respectively) instead of the dynamic one.
- Defaults to OFF.
-
Executing the test suite
========================