Skip to content

Commit 9c42677

Browse files
committed
Fix link errors
1 parent 2625779 commit 9c42677

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,16 +1969,15 @@ function(build_absl)
19691969
absl::log_internal_check_op
19701970
absl::log_internal_conditions
19711971
absl::log_internal_format
1972+
absl::log_internal_globals
19721973
absl::log_internal_log_sink_set
19731974
absl::log_internal_message
19741975
absl::log_internal_nullguard
19751976
absl::log_internal_proto
19761977
absl::log_internal_structured_proto
1978+
absl::log_globals
19771979
absl::log_severity
19781980
absl::log_sink
1979-
# absl::log_internal_globals must be after other absl::log_* because
1980-
# other absl::log_* refers symbols in absl::log_internal_globals.
1981-
absl::log_internal_globals
19821981
absl::low_level_hash
19831982
absl::malloc_internal
19841983
absl::raw_hash_set

0 commit comments

Comments
 (0)