We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0892ddd commit 7fa1a3aCopy full SHA for 7fa1a3a
llvm/CMakeLists.txt
@@ -829,7 +829,7 @@ option (LLVM_ENABLE_DOXYGEN "Use doxygen to generate llvm API documentation." OF
829
option (LLVM_ENABLE_SPHINX "Use Sphinx to generate llvm documentation." OFF)
830
option (LLVM_ENABLE_OCAMLDOC "Build OCaml bindings documentation." ON)
831
option (LLVM_ENABLE_BINDINGS "Build bindings." ON)
832
-option (LLVM_BUILD_TELEMETRY "Build the telemtry library. This does not enable telemetry." ON)
+option (LLVM_BUILD_TELEMETRY "Build the telemetry library. This does not enable telemetry." ON)
833
834
set(LLVM_INSTALL_DOXYGEN_HTML_DIR "${CMAKE_INSTALL_DOCDIR}/llvm/doxygen-html"
835
CACHE STRING "Doxygen-generated HTML documentation install directory")
0 commit comments