SWDEV-534264 - Add liboam.a to static rocm-smi package

liboam.a was missing in static rocm-smi package and resulting in compilation error on appliction that use rocm-smi


[ROCm/rocm_smi_lib commit: 59468e3f78]
This commit is contained in:
Ranjith Ramakrishnan
2025-06-13 00:03:25 -07:00
committato da Arif, Maisam
parent 9002bcc5a8
commit e8477f460f
+2 -2
Vedi File
@@ -102,8 +102,8 @@ target_include_directories(${OAM_TARGET}
## Add the install directives for the runtime library.
install(TARGETS ${OAM_TARGET}
EXPORT rocm_smiTargets
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT dev)
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT dev
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT dev)
install(TARGETS ${OAM_TARGET}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT asan)