wgtmac opened a new pull request, #3299: URL: https://github.com/apache/avro/pull/3299
## What is the purpose of the change - Apply modern CMake practice to use target-oriented functions. - Export and install CMake package configuration file. ## Verifying this change I have manually verified that the exported config file can be used by downstream projects like below: ``` find_package(Avro CONFIG REQUIRED) target_link_libraries(xxx PRIVATE Avro::avrocpp_shared) target_link_libraries(xxx PRIVATE Avro::avrocpp_static) ``` ## Documentation - Does this pull request introduce a new feature? (yes / no) - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented) -- 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