Updated as per latest esmi library changes in github

Change-Id: I949e1f2dcffc223274505764c84f2c6b9a533c98


[ROCm/amdsmi commit: cfb9b5e750]
This commit is contained in:
Deepak Mewar
2024-03-04 03:29:03 -05:00
committed by Maisam Arif
parent ab907b4fd8
commit 40bffc8ced
+1 -1
View File
@@ -116,7 +116,7 @@ if(ENABLE_ESMI_LIB)
if(NOT EXISTS ${PROJECT_SOURCE_DIR}/esmi_ib_library/src)
# TODO: use ExternalProject_Add instead or a submodule
# as of 2023.10.16 CI builds are broken with an updated submodule
execute_process(COMMAND git clone --depth=1 -b esmi_so_ver-3.0 https://github.com/amd/esmi_ib_library.git ${PROJECT_SOURCE_DIR}/esmi_ib_library)
execute_process(COMMAND git clone --depth=1 -b esmi_pkg_ver-3.0.3 https://github.com/amd/esmi_ib_library.git ${PROJECT_SOURCE_DIR}/esmi_ib_library)
endif()
if(NOT EXISTS ${PROJECT_SOURCE_DIR}/esmi_ib_library/include/asm/amd_hsmp.h)
file(DOWNLOAD