File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,6 @@ if(PLUGIN_RMM)
327
327
list (REMOVE_ITEM rmm_link_libs CUDA::cudart )
328
328
list (APPEND rmm_link_libs CUDA::cudart_static )
329
329
set_target_properties (rmm::rmm PROPERTIES INTERFACE_LINK_LIBRARIES "${rmm_link_libs} " )
330
- get_target_property (rmm_link_libs rmm::rmm INTERFACE_LINK_LIBRARIES )
331
330
endif ()
332
331
333
332
if (PLUGIN_SYCL )
Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ target_include_directories(testxgboost
70
70
${xgboost_SOURCE_DIR} /rabit/include )
71
71
target_link_libraries (testxgboost
72
72
PRIVATE
73
+ $< TARGET_NAME_IF_EXISTS:rmm::rmm_logger>
74
+ $< TARGET_NAME_IF_EXISTS:rmm::rmm_logger_impl>
73
75
GTest::gtest GTest::gmock )
74
76
75
77
set_output_directory (testxgboost ${xgboost_BINARY_DIR} )
You can’t perform that action at this time.
0 commit comments