Sync hip-targets*.cmake in package with install changes (#1831)

Fixes SWDEV-204247
Este commit está contenido en:
Jatin Chaudhary
2020-02-04 08:59:28 +05:30
cometido por GitHub
padre 27fbfd9d66
commit 2ec7c2ca33
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
-2
Ver fichero
@@ -20,7 +20,6 @@ set_target_properties(hip::hip_hcc_static PROPERTIES
else()
set_target_properties(hip::hip_hcc_static PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "hc_am"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libhip_hcc_static.a"
)
endif()
@@ -37,7 +36,6 @@ set_target_properties(hip::hip_hcc PROPERTIES
)
else()
set_target_properties(hip::hip_hcc PROPERTIES
IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "hcc::hccrt;hcc::hc_am"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libhip_hcc.so"
IMPORTED_SONAME_RELEASE "libhip_hcc.so"
)
+4
Ver fichero
@@ -26,6 +26,9 @@ foreach(_expectedTarget hip::hip_hcc_static hip::hip_hcc hip::host hip::device)
endif()
endforeach()
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
unset(_targetsDefined)
unset(_targetsNotDefined)
unset(_expectedTargets)
set(CMAKE_IMPORT_FILE_VERSION)
cmake_policy(POP)
return()
@@ -47,6 +50,7 @@ endif()
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_DIR}" REALPATH)
get_filename_component(_IMPORT_PREFIX "${_DIR}/../../../" REALPATH)
# Create imported target hip::hip_hcc_static
add_library(hip::hip_hcc_static STATIC IMPORTED)