Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Dec 18, 2018
1 parent c6ac872 commit f8b75ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/ArrowExternalProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(arrow_URL https://github.com/pcmoritz/arrow.git)
# The PR for this commit is https://github.com/apache/arrow/pull/XXXX. We
# include the link here to make it easier to find the right commit because
# Arrow often rewrites git history and invalidates certain commits.
set(arrow_TAG f1ff59a3b9af0f70cf4180592c6f34724de6ca6d)
set(arrow_TAG 42c942befd250aa9ef3494e3a935d136a98601c8)

set(ARROW_INSTALL_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/external/arrow-install)
set(ARROW_HOME ${ARROW_INSTALL_PREFIX})
Expand Down

0 comments on commit f8b75ef

Please sign in to comment.