[
https://issues.apache.org/jira/browse/ARROW-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16111953#comment-16111953
]
Wes McKinney edited comment on ARROW-1302 at 8/3/17 12:06 AM:
--------------------------------------------------------------
Would changing ${MAKE} to ${CMAKE_MAKE_PROGRAM} in our CMake scripts solve the
problem?
was (Author: wesmckinn):
Would changing {{${MAKE}}} to {{${CMAKE_MAKE_PROGRAM}}} in our CMake scripts
solve the problem?
> C++: ${MAKE} variable not set sometimes on older MacOS installations
> --------------------------------------------------------------------
>
> Key: ARROW-1302
> URL: https://issues.apache.org/jira/browse/ARROW-1302
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.5.0
> Reporter: Uwe L. Korn
> Assignee: Uwe L. Korn
> Fix For: 0.6.0
>
>
> If the variable is not set, we may need to use `find_program` to detect make:
> https://travis-ci.org/xhochy/pyarrow-macos-wheels/builds/259750110
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)