[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:
Shoaib Meenai 2017-11-02 05:02:24 +00:00
parent 7d22324b87
commit 99cfb67ad2
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ add_clang_tool(clangd
ClangdMain.cpp
)
install(TARGETS clangd RUNTIME DESTINATION bin)
set(LLVM_LINK_COMPONENTS
support
)