You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/02/22 21:14:44 UTC

[jira] [Created] (PARQUET-892) [C++] Transitive dependencies of parquet_static are not being linked in some CMake versions

Wes McKinney created PARQUET-892:
------------------------------------

             Summary: [C++] Transitive dependencies of parquet_static are not being linked in some CMake versions
                 Key: PARQUET-892
                 URL: https://issues.apache.org/jira/browse/PARQUET-892
             Project: Parquet
          Issue Type: Bug
          Components: parquet-cpp
            Reporter: 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)