Skip to content

Commit

Permalink
Revert "fix typo"
Browse files Browse the repository at this point in the history
This reverts commit 825956b.
  • Loading branch information
assignUser committed Jan 8, 2024
1 parent d3044bf commit 80145b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ add_custom_target(toolchain-tests)
# Accumulate all bundled targets and we will splice them together later as
# libarrow_bundled_dependencies.a so that third party libraries have something
# usable to create statically-linked builds with some BUNDLED dependencies,
# including allocators like jllemalloc and mimalloc
# including allocators like jemalloc and mimalloc
set(ARROW_BUNDLED_STATIC_LIBS)

# Accumulate all system dependencies to provide suitable static link
Expand Down

0 comments on commit 80145b9

Please sign in to comment.