Skip to content

Commit

Permalink
Add more absl to bundled libs
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Jun 22, 2022
1 parent 76d0e28 commit 4816aa7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4087,10 +4087,11 @@ macro(build_google_cloud_cpp_storage)
absl::time
# absl::variant
# absl::str_format
absl::strings)
if(NOT ARROW_USE_NATIVE_INT128)
list(APPEND ARROW_BUNDLED_STATIC_LIBS absl::int128)
endif()
absl::strings
# Also these seem to be required, depended on by the above
absl::int128
absl::time_zone
)
endif()
endmacro()

Expand Down

0 comments on commit 4816aa7

Please sign in to comment.