aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-11-02 05:02:24 +0000
committerShoaib Meenai <smeenai@fb.com>2017-11-02 05:02:24 +0000
commit69d1a77415a02a1c17425921a26856f6e84799ca (patch)
treeba3248cc80147fd2b46673eec3dadb7df84cff66
parente38e972cdc89f5b487386fb283d6988c2ae13ecd (diff)
[clangd] Remove redundant install
`add_clang_tool` already adds the install command, so the one here is redundant. git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@317187 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--clangd/tool/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/clangd/tool/CMakeLists.txt b/clangd/tool/CMakeLists.txt
index a40ae043..29fe9b66 100644
--- a/clangd/tool/CMakeLists.txt
+++ b/clangd/tool/CMakeLists.txt
@@ -4,8 +4,6 @@ add_clang_tool(clangd
ClangdMain.cpp
)
-install(TARGETS clangd RUNTIME DESTINATION bin)
-
set(LLVM_LINK_COMPONENTS
support
)