You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Mitja P (Jira)" <ji...@apache.org> on 2021/03/19 12:15:00 UTC

[jira] [Created] (AVRO-3088) export CMake targets when installing Avro

Mitja P created AVRO-3088:
-----------------------------

             Summary: export CMake targets when installing Avro
                 Key: AVRO-3088
                 URL: https://issues.apache.org/jira/browse/AVRO-3088
             Project: Apache Avro
          Issue Type: Improvement
          Components: c++
    Affects Versions: 1.10.2
            Reporter: Mitja P


When Avro is build using CMake and then installed, only header, binary and library files are installed. To simplify usage in other CMake projects Avro should also export and install targets and config file.

This way one would just use `find_package(avrocpp)` and set `avrocpp_DIR` variable. 



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