Skip to content

Commit

Permalink
Remove RMM logger CMake targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 17, 2024
1 parent fab1cf0 commit 1e29043
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ target_compile_definitions(
# Enable RMM if necessary
if(UCXX_ENABLE_RMM)
target_link_libraries(ucxx
PUBLIC rmm::rmm rmm::rmm_logger
PRIVATE rmm::rmm_logger_impl
PUBLIC rmm::rmm
)

# Define spdlog level
Expand Down

0 comments on commit 1e29043

Please sign in to comment.