Skip to content

Commit

Permalink
Adapt to rmm logger changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 26, 2024
1 parent 639ef42 commit f20c2a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,10 @@ if(BUILD_CUML_CPP_LIBRARY)
)

target_link_libraries(${CUML_CPP_TARGET}
PUBLIC rmm::rmm ${CUVS_LIB}
PUBLIC rmm::rmm rmm::rmm_logger ${CUVS_LIB}
${_cuml_cpp_public_libs}
PRIVATE ${_cuml_cpp_private_libs}
$<TARGET_NAME_IF_EXISTS:rmm::rmm_logger_impl>
)

# If we export the libdmlc symbols, they can lead to weird crashes with other
Expand Down

0 comments on commit f20c2a5

Please sign in to comment.