We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a5884 commit fb9b43aCopy full SHA for fb9b43a
lldb/tools/lldb-dap/CMakeLists.txt
@@ -84,18 +84,3 @@ if(LLDB_DAP_WELCOME_MESSAGE)
84
PRIVATE
85
-DLLDB_DAP_WELCOME_MESSAGE=\"${LLDB_DAP_WELCOME_MESSAGE}\")
86
endif()
87
-
88
-if(LLDB_BUILD_FRAMEWORK)
89
- # In the build-tree, we know the exact path to the framework directory.
90
- # The installed framework can be in different locations.
91
- lldb_setup_rpaths(lldb-dap
92
- BUILD_RPATH
93
- "${LLDB_FRAMEWORK_ABSOLUTE_BUILD_DIR}"
94
- INSTALL_RPATH
95
- "@loader_path/../../../SharedFrameworks"
96
- "@loader_path/../../System/Library/PrivateFrameworks"
97
- "@loader_path/../../Library/PrivateFrameworks"
98
- )
99
-endif()
100
101
-add_subdirectory(tool)
0 commit comments