Skip to content

Commit b1be69f

Browse files
authored
[NFC] Remove duplicate 'see' in CMake.rst (#84680)
1 parent d27c1be commit b1be69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CMake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ enabled sub-projects. Nearly all of these variable names begin with
363363
documentation targets being as part of a normal build. If the ``install``
364364
target is run then this also enables all built documentation targets to be
365365
installed. Defaults to OFF. To enable a particular documentation target, see
366-
see LLVM_ENABLE_SPHINX and LLVM_ENABLE_DOXYGEN.
366+
LLVM_ENABLE_SPHINX and LLVM_ENABLE_DOXYGEN.
367367

368368
**LLVM_BUILD_EXAMPLES**:BOOL
369369
Build LLVM examples. Defaults to OFF. Targets for building each example are

0 commit comments

Comments
 (0)