This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new ee8e936c08 [VL][MINOR] Remove duplicate include of VELOX_BUILD_PATH
for the Velox target (#10615)
ee8e936c08 is described below
commit ee8e936c0812b187d14f355177831ab5e167d647
Author: Jin Chengcheng <[email protected]>
AuthorDate: Thu Sep 4 16:26:56 2025 +0100
[VL][MINOR] Remove duplicate include of VELOX_BUILD_PATH for the Velox
target (#10615)
---
cpp/velox/CMakeLists.txt | 4 ----
1 file changed, 4 deletions(-)
diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt
index f5f20024ec..dd3cd60d9c 100644
--- a/cpp/velox/CMakeLists.txt
+++ b/cpp/velox/CMakeLists.txt
@@ -251,10 +251,6 @@ target_include_directories(
${PROTO_OUTPUT_DIR}
${PROTOBUF_INCLUDE})
-if(BUILD_TESTS)
- target_include_directories(velox PUBLIC ${VELOX_BUILD_PATH})
-endif()
-
set_target_properties(velox PROPERTIES LIBRARY_OUTPUT_DIRECTORY
${root_directory}/releases)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]