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 ) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits