Browse Source

Update CMakeLists.txt

Temporary fix for b/283987730 (failing build due to new protobuf having absl dependencies).
katbohm-patch-1
katbohm 2 years ago
committed by GitHub
parent
commit
22d6b99f51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpp/CMakeLists.txt

+ 1
- 1
cpp/CMakeLists.txt View File

@ -433,7 +433,7 @@ include_directories ("src")
# Collate dependencies
#----------------------------------------------------------------
set (LIBRARY_DEPS ${ICU_LIB} ${PROTOBUF_LIB} absl::node_hash_set absl::strings absl::synchronization)
set (LIBRARY_DEPS ${ICU_LIB} ${PROTOBUF_LIB} absl::node_hash_set absl::strings absl::synchronization absl::log_internal_message absl::log_internal_check_op)
if (USE_BOOST)
list (APPEND LIBRARY_DEPS ${Boost_LIBRARIES})


Loading…
Cancel
Save