ports/devel/llvm18/files/patch-lldb_CMakeLists.txt
Brooks Davis 423f059805 devel/llvm18: bootstrap from devel/llvm17
This is an unmodified copy of devel/llvm17.  The next commit will
update it to LLVM 18.
2024-01-30 19:46:08 +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)