ROCm / rocm-cmake

CMake modules used within the ROCm libraries
https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/en/latest/
MIT License
62 stars 43 forks source link

SWDEV-405323 - Add suffix asan to cpack package name for ASAN builds #132

Closed raramakr closed 1 year ago

raramakr commented 1 year ago

In SLES, the asan package name doesn't have the suffix asan. Append cpack package name with suffix asan

lawruble13 commented 1 year ago

Didn't take that much investigation, the CPACK_RPM_MAIN_COMPONENT variable creates exactly this behaviour.