[libcxx-commits] [libcxx] 9d36f70 - libcxx: fix a documentation typo
Nico Weber via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 18 09:00:15 PST 2021
Author: Nico Weber
Date: 2021-02-18T11:59:51-05:00
New Revision: 9d36f70ef28a1e6bba763b40c9c49a76c520a56e
URL: https://github.com/llvm/llvm-project/commit/9d36f70ef28a1e6bba763b40c9c49a76c520a56e
DIFF: https://github.com/llvm/llvm-project/commit/9d36f70ef28a1e6bba763b40c9c49a76c520a56e.diff
LOG: libcxx: fix a documentation typo
See `grep 'option.LIBCXX_INCLUDE_TESTS' libcxx/CMakeLists.txt`.
Added:
Modified:
libcxx/docs/BuildingLibcxx.rst
Removed:
################################################################################
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index 67ce03dd4b669..da72aac8b16c0 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -292,7 +292,7 @@ libc++ Feature Options
.. option:: LIBCXX_INCLUDE_TESTS:BOOL
- **Default**: ``ON`` (or value of ``LLVM_INCLUDE_DIR``)
+ **Default**: ``ON`` (or value of ``LLVM_INCLUDE_TESTS``)
Build the libc++ tests.
More information about the libcxx-commits
mailing list