From acfb0210ea328d7b1f82df7c396e17264e4fa838 Mon Sep 17 00:00:00 2001 From: nunnikri <71024015+nunnikri@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:19:33 -0700 Subject: [PATCH] Fixing the broken library soft link (#529) --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50a7ca953f..dfd6f06077 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -330,8 +330,6 @@ License: See LICENSE.txt for license information\n") Optimized primitives for collective multi-GPU communication") endif() -rocm_install_symlink_subdir(rccl) - if(BUILD_TESTS) rocm_package_setup_component(clients) rocm_package_setup_client_component(tests)