Hi, We don't support CMake 2.8. Please use CMake 3.2 or later.
Are you using CentOS 6? You can install CMake 3.6 with EPEL on CentOS 6: % sudo yum install -y epel-release % sudo yum install -y cmake3 % cmake3 --version cmake3 version 3.6.1 CMake suite maintained and supported by Kitware (kitware.com/cmake). Thanks, --- kou In <mn2pr04mb7024b2740681d7feca7451abf7...@mn2pr04mb7024.namprd04.prod.outlook.com> "building arrow with CMake 2.8 on CentOS" on Mon, 6 Apr 2020 05:39:56 +0000, "Lekshmi Narayanan, Arun Balajiee" <arl...@pitt.edu> wrote: > Hi > > I am looking to build Arrow on CentOS with cmake version 2.8. It is a shared > server, so the server admin at my school doesn't want to update the version > of cmake. I checked these two issues, > https://issues.apache.org/jira/browse/ARROW-73 > https://issues.apache.org/jira/browse/ARROW-66 > > but I couldn't arrive at a resolution on how to build on my machine. > > I don't find a documentation for building on CentOS with these cmake settings > as well. Could you help me with this? > > > Regards, > Arun Balajiee