You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/12/19 22:40:00 UTC

[jira] [Updated] (ARROW-10988) [C++] Require CMake 3.5 or later

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

Kouhei Sutou updated ARROW-10988:
---------------------------------
    Summary: [C++] Require CMake 3.5 or later  (was: [C++] Requre CMake 3.5 or later)

> [C++] Require CMake 3.5 or later
> --------------------------------
>
>                 Key: ARROW-10988
>                 URL: https://issues.apache.org/jira/browse/ARROW-10988
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Kouhei Sutou
>            Assignee: Kouhei Sutou
>            Priority: Major
>
> https://lists.apache.org/thread.html/r3bcee82bfbfaa77f5180e064b6bd9d2fe2fb5b36fb0f571b08ad6fac%40%3Cdev.arrow.apache.org%3E
> {noformat}
> We require CMake 3.2 or later. Can we require more newer
> CMake? I don't to want to add workaround for CMake 3.2 like
> this:
> https://github.com/apache/arrow/blob/master/cpp/cmake_modules/Findre2Alt.cmake#L78-L79
>   # CMake 3.2 does uppercase the FOUND variable
>   if(re2Alt_FOUND OR RE2ALT_FOUND)
> Ubuntu 16.04 ships CMake 3.5.1:
>   https://packages.ubuntu.com/search?keywords=cmake
> CentOS 7 doesn't ship CMake 3 but EPEL provides CMake 3.17:
>   https://src.fedoraproject.org/rpms/cmake3/blob/epel7/f/cmake3.spec
> Can we require CMake 3.5 or later?
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)