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.
2 parents fe531bc + 1862031 commit 8f63ef0Copy full SHA for 8f63ef0
share/rocmcmakebuildtools/cmake/ROCMCreatePackage.cmake
@@ -531,7 +531,9 @@ macro(rocm_set_comp_cpackvar HEADER_ONLY NAME_SUFFIX components)
531
set(CPACK_DEBIAN_RUNTIME_FILE_NAME "DEB-DEFAULT")
532
endif()
533
if (NOT ${HEADER_ONLY} AND BUILD_SHARED_LIBS)
534
- set(CPACK_RPM_MAIN_COMPONENT "runtime")
+ if (NOT ENABLE_ASAN_PACKAGING)
535
+ set(CPACK_RPM_MAIN_COMPONENT "runtime")
536
+ endif()
537
list(APPEND CPACK_COMPONENTS_ALL runtime)
538
539
0 commit comments