We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ab7a6 commit 2b2eb04Copy full SHA for 2b2eb04
amd/hipcc/CMakeLists.txt
@@ -111,4 +111,9 @@ if(NOT WIN32)
111
endif()
112
113
114
+if(NOT ROCM_DEP_ROCMCORE)
115
+ string(REGEX REPLACE ",? ?rocm-core" "" CPACK_DEBIAN_PACKAGE_DEPENDS ${CPACK_DEBIAN_PACKAGE_DEPENDS})
116
+ string(REGEX REPLACE ",? ?rocm-core" "" CPACK_RPM_PACKAGE_REQUIRES ${CPACK_RPM_PACKAGE_REQUIRES})
117
+endif()
118
+
119
include(CPack)
0 commit comments