diff --git a/native-sql-engine/cpp/src/CMakeLists.txt b/native-sql-engine/cpp/src/CMakeLists.txt index 0d9abb4c6..ded32023c 100644 --- a/native-sql-engine/cpp/src/CMakeLists.txt +++ b/native-sql-engine/cpp/src/CMakeLists.txt @@ -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