Skip to content
Commit 58d0ef2d authored by Kirill Bobyrev's avatar Kirill Bobyrev
Browse files

[clangd] Fix remote index build failures due to lack of proto dependency

Previous attempt (15f6bad6) introduced
add_dependencies but unfortunately it does not actually add a dependency
between RemoteIndexProto and RemoteIndexServiceProto. This is likely due
to some requirements of it that clang_add_library violates.

As a workaround, we will link RemoteIndexProto library to
RemoteIndexServiceProto which is logical because the library can not be
without linking to RemoteIndexProto anyway.
parent 89808ce7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment