Skip to content

Commit

Permalink
Port [SYCL] Properly install UR libraries
Browse files Browse the repository at this point in the history
intel#9555

Signed-off-by: Jaime Arteaga <[email protected]>
  • Loading branch information
Jaime Arteaga committed May 23, 2023
1 parent 8b892d5 commit 6fe8175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ if (TARGET UnifiedRuntimeLoader)
# TODO: this is piggy-backing on the existing target component level-zero-sycl-dev
# When UR is moved to its separate repo perhaps we should introduce new component,
# e.g. unified-runtime-sycl-dev.
install(TARGETS loader
install(TARGETS ur_loader
LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX}" COMPONENT level-zero-sycl-dev
ARCHIVE DESTINATION "lib${LLVM_LIBDIR_SUFFIX}" COMPONENT level-zero-sycl-dev
RUNTIME DESTINATION "bin" COMPONENT level-zero-sycl-dev
Expand Down

0 comments on commit 6fe8175

Please sign in to comment.