diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 1e6aa06aae..8ecab358dd 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -487,6 +487,7 @@ target_link_libraries(cugraph PRIVATE ${COMPILED_RAFT_LIB} cuco::cuco + rmm::rmm_logger_impl ) ################################################################################