aboutsummaryrefslogtreecommitdiff
path: root/devel/llvm18/files/patch-lldb_CMakeLists.txt
blob: 4061414dff4c618d77ec56bad0963ed44a4245dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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)