[clangd] Remove redundant install
authorShoaib Meenai <smeenai@fb.com>
Thu, 2 Nov 2017 05:02:24 +0000 (05:02 +0000)
committerShoaib Meenai <smeenai@fb.com>
Thu, 2 Nov 2017 05:02:24 +0000 (05:02 +0000)
`add_clang_tool` already adds the install command, so the one here is
redundant.

llvm-svn: 317187

clang-tools-extra/clangd/tool/CMakeLists.txt

index a40ae04..29fe9b6 100644 (file)
@@ -4,8 +4,6 @@ add_clang_tool(clangd
   ClangdMain.cpp
   )
 
-install(TARGETS clangd RUNTIME DESTINATION bin)
-
 set(LLVM_LINK_COMPONENTS
   support
   )