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 378678a commit d236207Copy full SHA for d236207
sycl/plugins/level_zero/CMakeLists.txt
@@ -109,11 +109,9 @@ add_sycl_plugin(level_zero
109
# toolchain installation. Instead these should be avaialble in the system.
110
# We keep shipping it until all environments are updated.
111
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
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT level-zero-sycl-dev
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT level-zero-sycl-dev
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT level-zero-sycl-dev
117
NAMELINK_SKIP
118
)
119
0 commit comments