Commits


Leif Walsh authored and Wes McKinney committed 994aa5a9039
ARROW-189: Build 3rd party with ExternalProject. When third party env vars *_HOME are not present, use cmake's ExternalProject to fetch and build them. When those vars are present, we just use them. Author: Leif Walsh <leif@twosigma.com> Closes #167 from leifwalsh/cmake-externalproject and squashes the following commits: e4fb63a [Leif Walsh] ARROW-189: Remove 3rd party from conda build. 7892bae [Leif Walsh] ARROW-189: Fix darwin build. 8630428 [Leif Walsh] ARROW-189: Addressed CR comments. 8215abc [Leif Walsh] ARROW-189: Build 3rd party with ExternalProject.