You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/12/15 18:15:59 UTC

[jira] [Resolved] (ARROW-423) C++: Define BUILD_BYPRODUCTS in external project to support non-make CMake generators

     [ https://issues.apache.org/jira/browse/ARROW-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-423.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 240
[https://github.com/apache/arrow/pull/240]

> C++: Define BUILD_BYPRODUCTS in external project to support non-make CMake generators
> -------------------------------------------------------------------------------------
>
>                 Key: ARROW-423
>                 URL: https://issues.apache.org/jira/browse/ARROW-423
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Uwe L. Korn
>            Assignee: Uwe L. Korn
>
> Currently CMake generators like {{ninja}} don't work anymore because of the missing source of libraries such as {{libgtest.a}}. In CMake 3.2 the property {{BUILD_BYPRODUCTS}} was added to declare by-products of the external projects. This is needed for non-lazy build-tree dependency resolution in ninja.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)