ports/devel/llvm14/files/patch-lldb_CMakeLists.txt
Brooks Davis 6b85c3b08b devel/llvm14: bootstrap from llvm13
devel/llvm14 now contains an exact copy of devel/llvm13.  The next commit
wil update it to llvm14 and connect it to the build.
2022-02-10 18:13:01 +00:00

12 lines
260 B
Text

Disable docs due to issues with auto-generated API docs
--- lldb/CMakeLists.txt.orig
+++ lldb/CMakeLists.txt
@@ -73,7 +73,6 @@
add_subdirectory(source)
add_subdirectory(tools)
-add_subdirectory(docs)
if (LLDB_ENABLE_PYTHON)
if(LLDB_BUILD_FRAMEWORK)