diff --git a/projects/rccl/CMakeLists.txt b/projects/rccl/CMakeLists.txt index 511ba8099e..cd7fd9a5a2 100644 --- a/projects/rccl/CMakeLists.txt +++ b/projects/rccl/CMakeLists.txt @@ -741,7 +741,7 @@ endif() if(BUILD_TESTS) rocm_package_setup_component(clients) - rocm_package_setup_client_component(tests) + rocm_package_setup_client_component(tests PACKAGE_NAME rccl-unitTests) add_subdirectory(test) endif()