WillAyd commented on code in PR #783: URL: https://github.com/apache/arrow-adbc/pull/783#discussion_r1228645243
########## c/driver/common/CMakeLists.txt: ########## @@ -17,8 +17,8 @@ add_library(adbc_driver_common STATIC utils.c) set_target_properties(adbc_driver_common PROPERTIES POSITION_INDEPENDENT_CODE ON) -include_directories(SYSTEM ${REPOSITORY_ROOT}) -include_directories(SYSTEM ${REPOSITORY_ROOT}/c/vendor) +target_include_directories(adbc_driver_common SYSTEM Review Comment: Ah nice. Didn't realize that was the behavior with `-isystem` includes -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org