From 5efe13655de9dc68ba93b5dc8ebe30b73a33869f Mon Sep 17 00:00:00 2001 From: Bertan Dogancay <111835151+BertanDogancay@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:05:32 -0700 Subject: [PATCH] Renaming unit-tests package (#987) [ROCm/rccl commit: 20b02af19b26cee071b1915655d88e7943f8865c] --- projects/rccl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()