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


##########
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:
   This directory `./cpp` only consider CMakeLists.txt inside of this 
directory, this line add external CMakeLists.txt to the build process in 
.java/jni folder



-- 
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