From 4aaa42ae1c4f8f47c22d5d47edc2511da2aac0b3 Mon Sep 17 00:00:00 2001 From: "Ma, Rong" Date: Mon, 22 Apr 2024 15:46:18 +0800 Subject: [PATCH] fix build --- velox/common/compression/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/common/compression/CMakeLists.txt b/velox/common/compression/CMakeLists.txt index d352763e8161e..760c73d5b7064 100644 --- a/velox/common/compression/CMakeLists.txt +++ b/velox/common/compression/CMakeLists.txt @@ -21,5 +21,5 @@ add_library( Lz4Compression.cpp HadoopCompressionFormat.cpp) target_link_libraries( velox_common_compression - PUBLIC Folly::folly lz4::lz4 + PUBLIC velox_status Folly::folly lz4::lz4 PRIVATE velox_exception)