Michael Bailey created AVRO-4015: ------------------------------------ Summary: avro-cpp does not work with CMake's FetchContent Key: AVRO-4015 URL: https://issues.apache.org/jira/browse/AVRO-4015 Project: Apache Avro Issue Type: Improvement Components: build, c++ Reporter: Michael Bailey
Currently it is not possible to link Avro-cpp as a dependency to a c++ project using on FetchContent(). The principle reason is that the include directories are not properly exposed on the avrocpp and avrocpp_s targets. One other problem is that the necessary libraries are not linked to the avrocpp_s target, meaning any attempt to link against that target will result in linker errors. -- This message was sent by Atlassian Jira (v8.20.10#820010)