This is an automated email from the ASF dual-hosted git repository.

chengchengjin pushed a commit to branch cudf
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git

commit 59d4f41f8a6a727af7290b2dc7cd5eb4c52a921a
Author: Chengcheng Jin <[email protected]>
AuthorDate: Fri Apr 4 15:26:05 2025 +0100

    update CMakeLists.txt
---
 cpp/velox/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt
index 75895f97e8..7f902e8078 100644
--- a/cpp/velox/CMakeLists.txt
+++ b/cpp/velox/CMakeLists.txt
@@ -346,7 +346,8 @@ if(ENABLE_GPU)
     ${VELOX_BUILD_PATH}/velox/experimental/cudf/exec/libvelox_cudf_exec.a)
 
   target_link_libraries(velox PUBLIC facebook::velox::velox_cudf_exec)
-  target_link_libraries(velox PRIVATE 
${VELOX_BUILD_PATH}/_deps/cudf-build/libcudf.so)
+  target_link_libraries(velox
+                        PRIVATE 
${VELOX_BUILD_PATH}/_deps/cudf-build/libcudf.so)
 endif()
 
 add_custom_command(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to