WillAyd commented on code in PR #1965:
URL: https://github.com/apache/arrow-adbc/pull/1965#discussion_r1664874891


##########
c/CMakeLists.txt:
##########
@@ -35,6 +35,8 @@ add_subdirectory(vendor/nanoarrow)
 add_subdirectory(driver/common)
 add_subdirectory(driver/framework)
 
+install(FILES "${REPOSITORY_ROOT}/c/include/adbc.h" DESTINATION 
include/arrow-adbc)

Review Comment:
   I might be misunderstanding when we want this to be installed, but in main 
the driver_manager CMake configuration is responsible for installing the adbc.h 
file; figured it made more sense in the top level config, but may be 
misunderstanding



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