This is an automated email from the ASF dual-hosted git repository.
taiyang-li pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 0dd1d29b4a [MINOR][CORE] Remove stale libhdfs install rule (#12531)
0dd1d29b4a is described below
commit 0dd1d29b4a6ed214ab80fcd5c77dbebc6cc8c4f5
Author: wangxinshuo-bolt <[email protected]>
AuthorDate: Thu Jul 16 17:39:08 2026 +0800
[MINOR][CORE] Remove stale libhdfs install rule (#12531)
---
cpp/core/CMakeLists.txt | 8 --------
1 file changed, 8 deletions(-)
diff --git a/cpp/core/CMakeLists.txt b/cpp/core/CMakeLists.txt
index c6da36dbd0..e4cde06cf7 100644
--- a/cpp/core/CMakeLists.txt
+++ b/cpp/core/CMakeLists.txt
@@ -230,19 +230,11 @@ if(BUILD_TESTS)
add_subdirectory(tests)
endif()
-if(DEFINED ENV{HADOOP_HOME})
- set(LIBHDFS3_DESTINATION $ENV{HADOOP_HOME}/lib/native)
-else()
- set(LIBHDFS3_DESTINATION ${CMAKE_INSTALL_LIBDIR})
-endif()
-
target_link_libraries(gluten PUBLIC Arrow::arrow
Arrow::arrow_bundled_dependencies)
target_link_libraries(gluten PRIVATE google::glog)
install(TARGETS gluten DESTINATION ${CMAKE_INSTALL_LIBDIR})
-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/libhdfs.so
- DESTINATION ${LIBHDFS3_DESTINATION})
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
add_custom_command(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]