Kouhei Sutou created ARROW-17565:
------------------------------------
Summary: [C++] Backward compatible ${PACKAGE}_shared CMake target
isn't provided
Key: ARROW-17565
URL: https://issues.apache.org/jira/browse/ARROW-17565
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Kouhei Sutou
Assignee: Kouhei Sutou
This is a follow-up of ARROW-12175.
We introduced {{${PACKAGE}::}} prefix to all exported CMake targets such as
{{Arrow::arrow_shared}} and {{Arrow::arrow_static}} but we also provides no
namespaced CMake targets such as {{arrow_shared}} and {{arrow_static}} as
aliases of namespaced CMake targets. But the backward compatibility feature
isn't worked for {{_shared}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)