2
0

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]
Este cometimento está contido em:
Ranjith Ramakrishnan
2025-06-13 00:03:25 -07:00
cometido por Arif, Maisam
ascendente 9002bcc5a8
cometimento e8477f460f
+2 -2
Ver ficheiro
@@ -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)