[PATCH] D86052: [clangd] Fix Windows build when remote index is enabled.
Aleksandr Platonov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 06:55:34 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbc5c9df62182: [clangd] Fix Windows build when remote index is enabled. (authored by ArcsinX).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86052/new/
https://reviews.llvm.org/D86052
Files:
llvm/cmake/modules/FindGRPC.cmake
Index: llvm/cmake/modules/FindGRPC.cmake
===================================================================
--- llvm/cmake/modules/FindGRPC.cmake
+++ llvm/cmake/modules/FindGRPC.cmake
@@ -1,5 +1,6 @@
# FIXME(kirillbobyrev): Check if gRPC and Protobuf headers can be included at
# configure time.
+find_package(Threads REQUIRED)
if (GRPC_INSTALL_PATH)
# This setup requires gRPC to be built from sources using CMake and installed
# to ${GRPC_INSTALL_PATH} via -DCMAKE_INSTALL_PREFIX=${GRPC_INSTALL_PATH}.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86052.286010.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200817/035fe6ed/attachment.bin>
More information about the llvm-commits
mailing list