Skip to content

Commit 6fe8175

Browse files
author
Jaime Arteaga
committed
Port [SYCL] Properly install UR libraries
intel#9555 Signed-off-by: Jaime Arteaga <[email protected]>
1 parent 8b892d5 commit 6fe8175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if (TARGET UnifiedRuntimeLoader)
130130
# TODO: this is piggy-backing on the existing target component level-zero-sycl-dev
131131
# When UR is moved to its separate repo perhaps we should introduce new component,
132132
# e.g. unified-runtime-sycl-dev.
133-
install(TARGETS loader
133+
install(TARGETS ur_loader
134134
LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX}" COMPONENT level-zero-sycl-dev
135135
ARCHIVE DESTINATION "lib${LLVM_LIBDIR_SUFFIX}" COMPONENT level-zero-sycl-dev
136136
RUNTIME DESTINATION "bin" COMPONENT level-zero-sycl-dev

0 commit comments

Comments
 (0)