SWDEV-282405 - Fix for rocFFT build issue

Change-Id: I39d1823ac6ea1d61610b9ff9153a6d0e91426fc8
Этот коммит содержится в:
Sarbojit Sarkar
2021-04-22 10:15:00 +00:00
коммит произвёл Maneesh Gupta
родитель 932d34dc6e
Коммит ed83033470
Обычный файл → Исполняемый файл
+1 -1
Просмотреть файл
@@ -177,7 +177,7 @@ if(HIP_RUNTIME MATCHES "rocclr")
if(${amdhip64_type} STREQUAL "STATIC_LIBRARY")
# For cyclic dependence
get_target_property(link_interf_libs amdrocclr_static LINK_INTERFACE_LIBRARIES)
if(NOT "${link_interf_libs}" MATCHES "hip\:\:amdhip64")
if(NOT "${link_interf_libs}" MATCHES "hip::amdhip64")
# Prevent repeatedly linking dependence
target_link_libraries(amdrocclr_static INTERFACE hip::amdhip64)
endif()