From 782ceebcd38754148b04c4964fc5c6f623ca9590 Mon Sep 17 00:00:00 2001 From: yangchuan Date: Fri, 10 Nov 2023 11:07:47 +0800 Subject: [PATCH] fix --- cpp/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/core/CMakeLists.txt b/cpp/core/CMakeLists.txt index 4ddc4deb8f1c5..fb7c714a3ef89 100644 --- a/cpp/core/CMakeLists.txt +++ b/cpp/core/CMakeLists.txt @@ -325,7 +325,7 @@ else() endif() target_link_libraries(gluten - PUBLIC Arrow::arrow Arrow::parquet google::glog) + PUBLIC Arrow::arrow Arrow::parquet) install(TARGETS gluten DESTINATION ${CMAKE_INSTALL_LIBDIR})