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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cpp/CMakeLists.txt
|
|
|
@ -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}) |
|
|
|
|