[clang-tools-extra] r317187 - [clangd] Remove redundant install
Shoaib Meenai via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 1 22:02:24 PDT 2017
Author: smeenai
Date: Wed Nov 1 22:02:24 2017
New Revision: 317187
URL: http://llvm.org/viewvc/llvm-project?rev=317187&view=rev
Log:
[clangd] Remove redundant install
`add_clang_tool` already adds the install command, so the one here is
redundant.
Modified:
clang-tools-extra/trunk/clangd/tool/CMakeLists.txt
Modified: clang-tools-extra/trunk/clangd/tool/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/tool/CMakeLists.txt?rev=317187&r1=317186&r2=317187&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/tool/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clangd/tool/CMakeLists.txt Wed Nov 1 22:02:24 2017
@@ -4,8 +4,6 @@ add_clang_tool(clangd
ClangdMain.cpp
)
-install(TARGETS clangd RUNTIME DESTINATION bin)
-
set(LLVM_LINK_COMPONENTS
support
)
More information about the cfe-commits
mailing list