diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 65772b4f5d..b367759769 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -488,6 +488,7 @@ target_link_libraries(cugraph PRIVATE ${COMPILED_RAFT_LIB} cuco::cuco + rmm::rmm_logger_impl ) ################################################################################