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 92fa35ca4 [VL] Remove including xsimd headers that comes from velox
build path (#7044)
92fa35ca4 is described below
commit 92fa35ca4108c833755861a0b6456ea2fc1033aa
Author: PHILO-HE <[email protected]>
AuthorDate: Wed Aug 28 13:03:06 2024 +0800
[VL] Remove including xsimd headers that comes from velox build path (#7044)
---
cpp/velox/CMakeLists.txt | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt
index 195265133..202863b2a 100644
--- a/cpp/velox/CMakeLists.txt
+++ b/cpp/velox/CMakeLists.txt
@@ -231,14 +231,8 @@ if(ENABLE_GLUTEN_VCPKG)
endif()
target_include_directories(
- velox
- PUBLIC ${CMAKE_SYSTEM_INCLUDE_PATH}
- ${JNI_INCLUDE_DIRS}
- ${CMAKE_CURRENT_SOURCE_DIR}
- ${VELOX_HOME}/
- ${VELOX_BUILD_PATH}/
- ${VELOX_BUILD_PATH}/_deps/xsimd-src/include/
- ${VELOX_HOME}/third_party/xsimd/include/)
+ velox PUBLIC ${CMAKE_SYSTEM_INCLUDE_PATH} ${JNI_INCLUDE_DIRS}
+ ${CMAKE_CURRENT_SOURCE_DIR} ${VELOX_HOME}/ ${VELOX_BUILD_PATH}/)
set_target_properties(velox PROPERTIES LIBRARY_OUTPUT_DIRECTORY
${root_directory}/releases)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]