From 70ef7090f29228be3fb55f63b8f9a2d1e418aada Mon Sep 17 00:00:00 2001 From: Deepak Majeti Date: Fri, 6 Dec 2024 16:28:33 -0500 Subject: [PATCH] fix ubuntu build --- velox/common/base/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/velox/common/base/CMakeLists.txt b/velox/common/base/CMakeLists.txt index dad8128a343f..0d9d2521b93a 100644 --- a/velox/common/base/CMakeLists.txt +++ b/velox/common/base/CMakeLists.txt @@ -16,8 +16,8 @@ velox_add_library(velox_exception Exceptions.cpp VeloxException.cpp Exceptions.h) velox_link_libraries( velox_exception - PUBLIC velox_flag_definitions - velox_process + PUBLIC velox_process + velox_flag_definitions Folly::folly fmt::fmt gflags::gflags