Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan committed Apr 6, 2022
1 parent 1401a1f commit 1738c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native-sql-engine/cpp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ macro(find_arrow)
set(ARROW_BFS_LIB_DIR "${ARROW_BFS_INSTALL_DIR}/lib")
set(ARROW_LIB_DIR "${ARROW_ROOT}/lib")
set(ARROW_LIB64_DIR "${ARROW_ROOT}/lib64")
set(ARROW_LIB64_DIR2 "${ARROW_ROOT}/x86_64-linux-gnu")
set(ARROW_LIB64_DIR2 "${ARROW_ROOT}/lib/x86_64-linux-gnu")
message(STATUS "Set Arrow Library Directory in ${ARROW_BFS_LIB_DIR} or ${ARROW_LIB_DIR} or ${ARROW_LIB64_DIR} or ${ARROW_LIB64_DIR2}")
set(ARROW_BFS_INCLUDE_DIR "${ARROW_BFS_INSTALL_DIR}/include")
set(ARROW_INCLUDE_DIR "${ARROW_ROOT}/include")
Expand Down

0 comments on commit 1738c31

Please sign in to comment.