SWDEV-459325 - Remove hiprtc sources from libhipamd64 compilation.

Change-Id: Ic70206c5936fb36a23c122e67110b91ae7e95e09


[ROCm/clr commit: 31935b1d39]
Этот коммит содержится в:
kjayapra-amd
2024-05-08 15:45:09 -04:00
коммит произвёл Maneesh Gupta
родитель 0f6b315ca7
Коммит 4ebecc5b98
+3 -1
Просмотреть файл
@@ -218,7 +218,9 @@ target_link_libraries(hiprtc PRIVATE ${HIPRTC_GEN_OBJ})
target_compile_definitions(hiprtc PRIVATE __HIP_ENABLE_RTC)
if(NOT WIN32)
target_sources(amdhip64 PRIVATE hiprtc.cpp hiprtcComgrHelper.cpp hiprtcInternal.cpp)
if (BUILD_SHARED_LIBS)
target_sources(amdhip64 PRIVATE hiprtc.cpp hiprtcComgrHelper.cpp hiprtcInternal.cpp)
endif()
endif()
list(APPEND HIPRTC_OBJECTS ${HIPRTC_GEN_OBJ})