Skip to content

Commit

Permalink
[VL] Remove including xsimd headers that comes from velox build path (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE authored Aug 28, 2024
1 parent 36e435d commit 92fa35c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 92fa35c

Please sign in to comment.