Skip to content

Commit fb9b43a

Browse files
committed
[lldb-dap] Fix the framework build
I forgot to remove the original logic after moving it into the tool subdirectory.
1 parent 74a5884 commit fb9b43a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lldb/tools/lldb-dap/CMakeLists.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,3 @@ if(LLDB_DAP_WELCOME_MESSAGE)
8484
PRIVATE
8585
-DLLDB_DAP_WELCOME_MESSAGE=\"${LLDB_DAP_WELCOME_MESSAGE}\")
8686
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

Comments
 (0)