From 299ba5dae13cfcad86e9c6f11b88178509d98e80 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 11 Sep 2025 19:40:10 +0200 Subject: [PATCH] [SupportLSP] Fix dependency on Support --- llvm/lib/Support/LSP/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )