File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,21 +244,21 @@ if(BUILD_INSTALLER)
244244endif ()
245245
246246install (FILES ${LEVEL_ZERO_API_HEADERS}
247- DESTINATION ./ include/level_zero
247+ DESTINATION include/level_zero
248248 COMPONENT ${SDK_COMPONENT_STRING}
249249)
250250
251251file (GLOB LEVEL_ZERO_LAYERS_API_HEADERS "${CMAKE_CURRENT_SOURCE_DIR } /include/layers/*.h" )
252252
253253install (FILES ${LEVEL_ZERO_LAYERS_API_HEADERS}
254- DESTINATION ./ include/level_zero/layers
254+ DESTINATION include/level_zero/layers
255255 COMPONENT ${SDK_COMPONENT_STRING}
256256)
257257
258258file (GLOB LEVEL_ZERO_LOADER_API_HEADERS "${CMAKE_CURRENT_SOURCE_DIR } /include/loader/*.h" )
259259
260260install (FILES ${LEVEL_ZERO_LOADER_API_HEADERS}
261- DESTINATION ./ include/level_zero/loader
261+ DESTINATION include/level_zero/loader
262262 COMPONENT ${SDK_COMPONENT_STRING}
263263)
264264
You can’t perform that action at this time.
0 commit comments