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 8b892d5 commit 6fe8175Copy full SHA for 6fe8175
sycl/plugins/unified_runtime/CMakeLists.txt
@@ -130,7 +130,7 @@ if (TARGET UnifiedRuntimeLoader)
130
# TODO: this is piggy-backing on the existing target component level-zero-sycl-dev
131
# When UR is moved to its separate repo perhaps we should introduce new component,
132
# e.g. unified-runtime-sycl-dev.
133
- install(TARGETS loader
+ install(TARGETS ur_loader
134
LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX}" COMPONENT level-zero-sycl-dev
135
ARCHIVE DESTINATION "lib${LLVM_LIBDIR_SUFFIX}" COMPONENT level-zero-sycl-dev
136
RUNTIME DESTINATION "bin" COMPONENT level-zero-sycl-dev
0 commit comments