vyasr commented on code in PR #406: URL: https://github.com/apache/arrow-nanoarrow/pull/406#discussion_r1532993260
########## CMakeLists.txt: ########## @@ -154,13 +154,48 @@ else() endif() endif() - install(TARGETS nanoarrow DESTINATION lib) + install(TARGETS nanoarrow + DESTINATION lib + EXPORT nanoarrow-exports) + install(TARGETS coverage_config + DESTINATION lib + EXPORT nanoarrow-exports) Review Comment: I removed the target and just set the options as public on the nanoarrow target so that they'll propagate to everything linking to it. That should be sufficient and avoids the weirdness of this target. -- 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