forked from OSchip/llvm-project
[clangd] Remove redundant install
`add_clang_tool` already adds the install command, so the one here is redundant. llvm-svn: 317187
This commit is contained in:
parent
7d22324b87
commit
99cfb67ad2
|
@ -4,8 +4,6 @@ add_clang_tool(clangd
|
|||
ClangdMain.cpp
|
||||
)
|
||||
|
||||
install(TARGETS clangd RUNTIME DESTINATION bin)
|
||||
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
support
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue