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

Commit

Permalink
Fix issue 179 for arrow include directory (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiting-chen authored Mar 22, 2021
1 parent d0936d3 commit cc95f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native-sql-engine/cpp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ macro(find_arrow)

target_link_libraries(spark_columnar_jni
LINK_PUBLIC ${ARROW_LIB} ${GANDIVA_LIB})
target_include_directories(spark_columnar_jni PUBLIC ${ARROW_INCLUDE_DIR})
endmacro()

# Set up Proto
Expand Down

0 comments on commit cc95f28

Please sign in to comment.