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})