SWDEV-362882 - Unable to run clinfo/opencl tests

The explicit RUNPATH addtion has been
revoked after the file reorg. Hence
the rpath for discovery of the libs
has to be taken care by individual binaries
Current patch adds the run path for
descovery of the libOpenCL.so

Signed-off-by: Ashutosh Mishra <ashutosh.mishra@amd.com>
Change-Id: Ia3bf9202bea78ecfdb881e40b0eb7a0d4a303ed3
This commit is contained in:
Ashutosh Mishra
2022-10-19 13:53:16 +05:30
committed by Nirmal Unnikrishnan
parent cf9f9e84b8
commit 1754b043a3
+2
View File
@@ -6,5 +6,7 @@ target_include_directories(clinfo PRIVATE "../../khronos/headers/opencl2.2/CL"
target_link_libraries(clinfo OpenCL)
set_target_properties(clinfo PROPERTIES INSTALL_RPATH "${CPACK_PACKAGING_INSTALL_PREFIX}/lib")
INSTALL(TARGETS clinfo
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})