From 20b02af19b26cee071b1915655d88e7943f8865c 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) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 511ba8099e..cd7fd9a5a2 100644 --- a/CMakeLists.txt +++ b/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()