You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/04/26 19:52:00 UTC

[jira] [Commented] (ARROW-4993) [C++] Display summary at the end of CMake configuration

    [ https://issues.apache.org/jira/browse/ARROW-4993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16827257#comment-16827257 ] 

Wes McKinney commented on ARROW-4993:
-------------------------------------

Here's how they implement

https://github.com/apache/thrift/blob/71afec0ea3fc700d5f0d1c46512723963bf1e2f7/build/cmake/DefineOptions.cmake#L145

https://github.com/apache/thrift/blob/master/CMakeLists.txt#L130



> [C++] Display summary at the end of CMake configuration
> -------------------------------------------------------
>
>                 Key: ARROW-4993
>                 URL: https://issues.apache.org/jira/browse/ARROW-4993
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 0.12.1
>            Reporter: Antoine Pitrou
>            Priority: Minor
>             Fix For: 0.14.0
>
>
> Some third-party projects like Thrift display a nice and useful summary of the build configuration at the end of the CMake configuration run:
> https://ci.appveyor.com/project/pitrou/arrow/build/job/mgi68rvk0u5jf2s4?fullLog=true#L2325
> It may be good to have a similar thing in Arrow as well. Bonus points if, for each configuration item, it says which CMake variable can be used to influence it.
> Something like:
> {code}
> -- Build ZSTD support:             ON  [change using ARROW_WITH_ZSTD]
> -- Build BZ2 support:              OFF [change using ARROW_WITH_BZ2]
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)