From 4969e4bcea4204e3d635735493aae311a1e11618 Mon Sep 17 00:00:00 2001 From: yangchuan Date: Thu, 9 Nov 2023 12:03:32 +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 73330ade181a1..4ddc4deb8f1c5 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 glog::glog) + PUBLIC Arrow::arrow Arrow::parquet google::glog) install(TARGETS gluten DESTINATION ${CMAKE_INSTALL_LIBDIR})