[
https://issues.apache.org/jira/browse/PARQUET-892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated PARQUET-892:
---------------------------------
Summary: [C++] Clean up link library targets in CMake files (was: [C++]
Transitive dependencies of parquet_static are not being linked in some CMake
versions)
> [C++] Clean up link library targets in CMake files
> --------------------------------------------------
>
> Key: PARQUET-892
> URL: https://issues.apache.org/jira/browse/PARQUET-892
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Blocker
>
> See mailing list discussion today.
> In
> https://github.com/apache/parquet-cpp/blob/master/CMakeLists.txt#L623
> the dependencies are being passed with {{LINK_PRIVATE}} to parquet_static --
> because static libs do not bundle their dependencies, I believe that the link
> libraries need to be passed to LINK_PUBLIC. I will put up a patch and see if
> that resolves the issue that the contributor is facing
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)