Skip to content

Commit

Permalink
ARROW-14595: [R] Clean up from setting deps_source to auto
Browse files Browse the repository at this point in the history
Closes apache#11995 from jonkeane/depsource-auto

Authored-by: Jonathan Keane <jkeane@gmail.com>
Signed-off-by: Jonathan Keane <jkeane@gmail.com>
  • Loading branch information
jonkeane authored and pull[bot] committed Jul 21, 2022
1 parent 04ed7e6 commit f7cd165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/inst/build_arrow_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
-DARROW_COMPUTE=ON \
-DARROW_CSV=ON \
-DARROW_DATASET=${ARROW_DATASET:-ON} \
-DARROW_DEPENDENCY_SOURCE=${ARROW_DEPENDENCY_SOURCE:-BUNDLED} \
-DARROW_DEPENDENCY_SOURCE=${ARROW_DEPENDENCY_SOURCE:-AUTO} \
-DAWSSDK_SOURCE=${AWSSDK_SOURCE:-} \
-DARROW_FILESYSTEM=ON \
-DARROW_JEMALLOC=${ARROW_JEMALLOC:-$ARROW_DEFAULT_PARAM} \
Expand Down

0 comments on commit f7cd165

Please sign in to comment.