Skip to content

Commit 22d6b99

Browse files
authored
Update CMakeLists.txt
Temporary fix for b/283987730 (failing build due to new protobuf having absl dependencies).
1 parent 5b36228 commit 22d6b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ include_directories ("src")
433433
# Collate dependencies
434434
#----------------------------------------------------------------
435435

436-
set (LIBRARY_DEPS ${ICU_LIB} ${PROTOBUF_LIB} absl::node_hash_set absl::strings absl::synchronization)
436+
set (LIBRARY_DEPS ${ICU_LIB} ${PROTOBUF_LIB} absl::node_hash_set absl::strings absl::synchronization absl::log_internal_message absl::log_internal_check_op)
437437

438438
if (USE_BOOST)
439439
list (APPEND LIBRARY_DEPS ${Boost_LIBRARIES})

0 commit comments

Comments
 (0)