diff --git a/llvm/lib/Support/LSP/CMakeLists.txt b/llvm/lib/Support/LSP/CMakeLists.txt index 6094d9ac315c..6bc9d636fbdf 100644 --- a/llvm/lib/Support/LSP/CMakeLists.txt +++ b/llvm/lib/Support/LSP/CMakeLists.txt @@ -3,6 +3,6 @@ add_llvm_component_library(LLVMSupportLSP Transport.cpp Logging.cpp - DEPENDS - LLVMSupport + LINK_COMPONENTS + Support )