jinxidoru opened a new pull request, #3008: URL: https://github.com/apache/avro/pull/3008
## What is the purpose of the change Currently it's not possible to attach avro-cpp to a project using FetchContent(). This makes that possible. ## Verifying this change I'm not sure if this is the sort of change that would necessitate test coverage since it is wholly within the cmake file. I am currently using a project that is pointing to this commit within FetchContent: ``` FetchContent_Declare(avrocpp GIT_REPOSITORY https://github.com/jinxidoru/avro.git GIT_TAG 68a1ab3746716c340ac5361b3a4c6e77e1635cbe EXCLUDE_FROM_ALL SOURCE_SUBDIR lang/c++) ``` ## Documentation There is no new documentation, though I'm happy to add some if you would like. I'd just need to be told where specifically to add it. -- 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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org