SWDEV-534857 - Fix the hip build failure on Windows (#409)

Этот коммит содержится в:
Dittakavi, Satyanvesh
2025-05-28 13:41:31 +05:30
коммит произвёл GitHub
родитель 1bb0ea69b1
Коммит 93c6ffdec4
+1 -2
Просмотреть файл
@@ -130,8 +130,7 @@ target_sources(amdhip64 PRIVATE
hip_comgr_helper.cpp)
if(WIN32)
target_sources(amdhip64 PRIVATE
hip_runtime.cpp hiprtc/hiprtcInternal.cpp)
target_sources(amdhip64 PRIVATE hip_runtime.cpp)
endif()
if(BUILD_SHARED_LIBS)