Skip to content

Commit 44b814f

Browse files
committed
Try fix builds
1 parent 5710cd6 commit 44b814f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

contrib/abseil-cpp-cmake/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,25 +1733,27 @@ absl_cc_library(
17331733
absl::config
17341734
absl::core_headers
17351735
absl::errno_saver
1736-
absl::inlined_vector
17371736
absl::examine_stack
1737+
absl::inlined_vector
17381738
absl::log_internal_append_truncated
17391739
absl::log_internal_format
17401740
absl::log_internal_globals
17411741
absl::log_internal_proto
17421742
absl::log_internal_log_sink_set
17431743
absl::log_internal_nullguard
1744+
absl::log_internal_structured_proto
17441745
absl::log_globals
17451746
absl::log_entry
17461747
absl::log_severity
17471748
absl::log_sink
17481749
absl::log_sink_registry
17491750
absl::memory
1751+
absl::nullability
17501752
absl::raw_logging_internal
1751-
absl::strings
1753+
absl::span
17521754
absl::strerror
1755+
absl::strings
17531756
absl::time
1754-
absl::span
17551757
)
17561758

17571759
absl_cc_library(

0 commit comments

Comments
 (0)