Skip to content

Commit 15f6bad

Browse files
committed
[clangd] Add dependency on remote index service proto
It requires Index.proto to be built first. Failed builds: https://github.com/clangd/clangd/runs/1305985916
1 parent 5a06104 commit 15f6bad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang-tools-extra/clangd/index/remote/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
if (CLANGD_ENABLE_REMOTE)
22
generate_protos(RemoteIndexServiceProto "Service.proto" GRPC)
33
generate_protos(RemoteIndexProto "Index.proto")
4+
add_dependencies(RemoteIndexServiceProto RemoteIndexProto)
45
include_directories(${CMAKE_CURRENT_BINARY_DIR})
56
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../)
67

0 commit comments

Comments
 (0)