Skip to content

Commit

Permalink
Remove UCP from tests CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 7, 2023
1 parent 8423174 commit 59b2b17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ rapids_test_install_relocatable(INSTALL_COMPONENT_SET testing DESTINATION bin/gt
ConfigureTest(MTMG_TEST mtmg/threaded_test.cu)
target_link_libraries(MTMG_TEST
PRIVATE
UCP::UCP
)

###################################################################################################
Expand Down Expand Up @@ -687,7 +686,6 @@ if(BUILD_CUGRAPH_MG_TESTS)
target_link_libraries(MTMG_MULTINODE_TEST
PRIVATE
cugraphmgtestutil
UCP::UCP
)

endif()
Expand Down

0 comments on commit 59b2b17

Please sign in to comment.