Skip to content

Commit 6d44b20

Browse files
committed
Fix link errors
1 parent 9c42677 commit 6d44b20

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,34 +1948,33 @@ function(build_absl)
19481948
absl::cord
19491949
absl::cord_internal
19501950
absl::cordz_functions
1951-
absl::cordz_info
19521951
absl::cordz_handle
1952+
absl::cordz_info
19531953
absl::crc32c
1954-
absl::crc_internal
19551954
absl::crc_cord_state
19561955
absl::crc_cpu_detect
1956+
absl::crc_internal
19571957
absl::debugging_internal
1958+
absl::decode_rust_punycode
19581959
absl::demangle_internal
19591960
absl::demangle_rust
1960-
# absl::decode_rust_punycode must be after absl::demangle_rust because
1961-
# absl::demangle_rust uses absl::decode_rust_punycode.
1962-
absl::decode_rust_punycode
19631961
absl::examine_stack
19641962
absl::exponential_biased
19651963
absl::hash
19661964
absl::int128
19671965
absl::kernel_timeout_internal
19681966
absl::leak_check
1967+
absl::log_globals
19691968
absl::log_internal_check_op
19701969
absl::log_internal_conditions
1970+
absl::log_internal_fnmatch
19711971
absl::log_internal_format
19721972
absl::log_internal_globals
19731973
absl::log_internal_log_sink_set
19741974
absl::log_internal_message
19751975
absl::log_internal_nullguard
19761976
absl::log_internal_proto
19771977
absl::log_internal_structured_proto
1978-
absl::log_globals
19791978
absl::log_severity
19801979
absl::log_sink
19811980
absl::low_level_hash
@@ -1995,7 +1994,8 @@ function(build_absl)
19951994
absl::throw_delegate
19961995
absl::time
19971996
absl::time_zone
1998-
absl::utf8_for_code_point)
1997+
absl::utf8_for_code_point
1998+
absl::vlog_config_internal)
19991999
set(ARROW_BUNDLED_STATIC_LIBS
20002000
${ARROW_BUNDLED_STATIC_LIBS}
20012001
PARENT_SCOPE)

0 commit comments

Comments
 (0)