ports/devel/llvm19/files/patch-lldb_CMakeLists.txt
Brooks Davis 90654998ef devel/llvm19: copy from devel/llvm18
This is a complete unmodifed copy to simplify history tracking.
2024-07-31 22:04:15 +01: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)