You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Break Yang (Jira)" <ji...@apache.org> on 2021/05/17 14:52:00 UTC

[jira] [Created] (AVRO-3143) Support modern CMake package configuration

Break Yang created AVRO-3143:
--------------------------------

             Summary: Support modern CMake package configuration
                 Key: AVRO-3143
                 URL: https://issues.apache.org/jira/browse/AVRO-3143
             Project: Apache Avro
          Issue Type: Improvement
          Components: c++
    Affects Versions: 1.11.0
            Reporter: Break Yang
             Fix For: 1.11.0


Modern CMake has this [package system|https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html] to make it much easier for the downstream users to depend on this package with `find_package(Avro-cpp REQUIRED)` without having to write their own find modules, once the package installed.

Would like to add support to this to make the life of downstream developer easier. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)