Browse Source

Merge 22d6b99f51 into cf446565d9

pull/3215/merge
katbohm 4 days ago
committed by GitHub
parent
commit
ce167b9840
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpp/CMakeLists.txt

+ 1
- 1
cpp/CMakeLists.txt View File

@ -427,7 +427,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