lidavidm commented on issue #2506: URL: https://github.com/apache/arrow-adbc/issues/2506#issuecomment-2662110934
Ugh, I think CMake is not quite set up to handle this. Essentially, we need to make an `install(EXPORT)` call, which needs `install(TARGETS)` calls, which we can't, because the fake targets we create don't have output artifacts associated with them (and from digging around, I don't see any way to do this). We're doing `install(FILES)` instead right now. -- 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