Dmitry Kalinkin created ARROW-9084:
--------------------------------------
Summary: [C++] cmake is unable to find zstd target when
ZSTD_SOURCE=SYSTEM
Key: ARROW-9084
URL: https://issues.apache.org/jira/browse/ARROW-9084
Project: Apache Arrow
Issue Type: Bug
Affects Versions: 0.17.1
Environment: zstd 1.4.5
Reporter: Dmitry Kalinkin
Assignee: Dmitry Kalinkin
A following problem occurs when arrow-cpp is built against system zstd:
{noformat}
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:1860
(get_target_property):
get_target_property() called with non-existent target "ZSTD::zstd".
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)