[clangd] Fix shared-lib builds
authorKadir Cetinkaya <kadircet@google.com>
Mon, 9 Nov 2020 20:54:38 +0000 (21:54 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Mon, 9 Nov 2020 21:15:08 +0000 (22:15 +0100)
This breaks a cyclic dependency. clangDeamon doesn't need to depend on
clangdRemoteIndex yet.

clang-tools-extra/clangd/CMakeLists.txt

index 0ea925b..03756c2 100644 (file)
@@ -147,7 +147,6 @@ target_link_libraries(clangDaemon
   ${ALL_CLANG_TIDY_CHECKS}
 
   clangdSupport
-  clangdRemoteIndex
   )
 
 add_subdirectory(refactor/tweaks)