We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b36228 commit 22d6b99Copy full SHA for 22d6b99
1 file changed
cpp/CMakeLists.txt
@@ -433,7 +433,7 @@ include_directories ("src")
433
# Collate dependencies
434
#----------------------------------------------------------------
435
436
-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)
437
438
if (USE_BOOST)
439
list (APPEND LIBRARY_DEPS ${Boost_LIBRARIES})
0 commit comments