We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0aa73b commit 03bf7ebCopy full SHA for 03bf7eb
share/rocmcmakebuildtools/cmake/ROCMCreatePackage.cmake
@@ -139,11 +139,6 @@ macro(rocm_package_add_rocm_core_dependency)
139
endif()
140
rocm_join_if_set(", " CPACK_DEBIAN_PACKAGE_DEPENDS ${_rocm_core_pkg})
141
rocm_join_if_set(", " CPACK_RPM_PACKAGE_REQUIRES ${_rocm_core_pkg})
142
- foreach(COMPONENT IN LISTS ROCM_PACKAGE_COMPONENTS)
143
- rocm_package_add_dependencies(COMPONENT ${COMPONENT} DEPENDS ${_rocm_core_pkg})
144
- endforeach()
145
- rocm_package_add_dependencies(COMPONENT runtime DEPENDS ${_rocm_core_pkg})
146
- rocm_package_add_dependencies(COMPONENT devel DEPENDS ${_rocm_core_pkg})
147
unset(_rocm_core_pkg)
148
149
endmacro()
0 commit comments