WillAyd commented on code in PR #597:
URL: https://github.com/apache/arrow-adbc/pull/597#discussion_r1175877545
##########
c/driver/postgresql/CMakeLists.txt:
##########
@@ -53,14 +42,15 @@ add_arrow_lib(adbc_driver_postgresql
${ADBC_LINK_FLAGS}
SHARED_LINK_LIBS
${LIBPQ_LINK_LIBRARIES}
- nanoarrow
STATIC_LINK_LIBS
${LIBPQ_LINK_LIBRARIES}
nanoarrow
${LIBPQ_STATIC_LIBRARIES})
include_directories(SYSTEM ${REPOSITORY_ROOT})
include_directories(SYSTEM ${REPOSITORY_ROOT}/c/)
include_directories(SYSTEM ${LIBPQ_INCLUDE_DIRS})
+include_directories(SYSTEM ${REPOSITORY_ROOT}/c/vendor)
Review Comment:
Makes sense. I'll take a look upstream next
--
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]