We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546c56c commit e44f5fbCopy full SHA for e44f5fb
sycl/source/CMakeLists.txt
@@ -220,7 +220,9 @@ function(add_sycl_rt_library LIB_NAME LIB_OBJ_NAME)
220
221
set_target_properties(${LIB_NAME} PROPERTIES
222
VERSION ${SYCL_VERSION_STRING}
223
- SOVERSION ${SYCL_MAJOR_VERSION})
+ SOVERSION ${SYCL_MAJOR_VERSION}
224
+ # Set the runpath to the lib directory so libsycl can find libur_loader
225
+ INSTALL_RPATH "\$ORIGIN")
226
227
# When building using icx on Windows, the VERSION file
228
# produced by cmake is used in source code
0 commit comments