davisusanibar commented on code in PR #13458:
URL: https://github.com/apache/arrow/pull/13458#discussion_r911380040


##########
cpp/CMakeLists.txt:
##########
@@ -980,6 +980,7 @@ endif()
 
 if(ARROW_JNI)
   add_subdirectory(src/jni)
+  add_subdirectory(../java/adapter/orc/src/main/cpp ./java/jni)

Review Comment:
   Yes paths are relative to the CMakeLists.txt, but not for external files. 
Add_subdirectory: the given source directory 
"arrow/java/adapter/orc/src/main/cpp" is not a subdirectory of "arrow/cpp", 
only for this reason is needed to define a local folder where 
arrow/java/adapter/orc/src/main/cpp will be copy to ./java/jni at building time



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to