Skip to content

Commit d236207

Browse files
[SYCL] Properly install L0 loader (#7878)
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 378678a commit d236207

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,9 @@ add_sycl_plugin(level_zero
109109
# toolchain installation. Instead these should be avaialble in the system.
110110
# We keep shipping it until all environments are updated.
111111
install(TARGETS ze_loader
112-
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
113-
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
114-
LIBRARY
115-
DESTINATION ${CMAKE_INSTALL_LIBDIR}
116-
COMPONENT level-zero-sycl-dev
112+
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT level-zero-sycl-dev
113+
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT level-zero-sycl-dev
114+
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT level-zero-sycl-dev
117115
NAMELINK_SKIP
118116
)
119117

0 commit comments

Comments
 (0)