Skip to content

Commit 5a2aa8e

Browse files
Revert "fix local gpu release static build failure (#3667)"
(#3799) This reverts commit a24bbd75a42053da8da3fae0f26eb14d9e2d5631. Seeing the find_package called with invalid argument "rocprofiler-register" issue in therock bump as well [rocm-systems] ROCm/rocm-systems#3799 (commit 91b0923)
1 parent 94c34d8 commit 5a2aa8e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,15 +1462,10 @@ file(COPY tools/msccl-unit-test-algorithms DESTINATION ${PROJECT_BINARY_DIR})
14621462
rocm_install(DIRECTORY ${PROJECT_BINARY_DIR}/msccl-algorithms DESTINATION ${CMAKE_INSTALL_DATADIR}/rccl)
14631463
rocm_install(DIRECTORY ${PROJECT_BINARY_DIR}/msccl-unit-test-algorithms DESTINATION ${CMAKE_INSTALL_DATADIR}/rccl)
14641464

1465-
set(RCCL_EXPORT_DEPENDENCIES hip)
1466-
if(RCCL_ROCPROFILER_REGISTER)
1467-
list(APPEND RCCL_EXPORT_DEPENDENCIES rocprofiler-register)
1468-
endif()
1469-
14701465
rocm_export_targets(
14711466
NAMESPACE roc::
14721467
TARGETS rccl
1473-
DEPENDS ${RCCL_EXPORT_DEPENDENCIES})
1468+
DEPENDS hip)
14741469

14751470
## Set package dependencies
14761471
if(BUILD_ADDRESS_SANITIZER)

0 commit comments

Comments
 (0)