Skip to content

Commit

Permalink
default to use bundled re2
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Jan 8, 2024
1 parent 825956b commit d3044bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r/inst/build_arrow_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ ${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON \
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON \
-DCMAKE_UNITY_BUILD=${CMAKE_UNITY_BUILD:-OFF} \
-Dre2_SOURCE=${re2_SOURCE:-BUNDLED} \
-Dxsimd_SOURCE=${xsimd_SOURCE:-} \
-Dzstd_SOURCE=${zstd_SOURCE:-} \
${EXTRA_CMAKE_FLAGS} \
Expand Down

0 comments on commit d3044bf

Please sign in to comment.