SWDEV-282405 - Fix for rocFFT build issue

Change-Id: I39d1823ac6ea1d61610b9ff9153a6d0e91426fc8
Tento commit je obsažen v:
Sarbojit Sarkar
2021-04-22 10:15:00 +00:00
odevzdal Maneesh Gupta
rodič 6eabbc83f7
revize f4d1444d4a
Normální soubor → Spustitelný soubor
+1 -1
Zobrazit soubor
@@ -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()