ports/devel/llvm16/files/patch-lldb_CMakeLists.txt
Brooks Davis 73fd0eb88d devel/llvm16: copy unchanged from devel/llvm15
This is a copy of llvm15 at 79aeb739c5.
Copying it unmodifed makes it easy to diff to the source.

Sponsored by: DARPA
2023-01-30 23:38:36 +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)