Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions unified-runtime/source/adapters/level_zero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ if(UR_BUILD_ADAPTER_L0)
set_target_properties(level_zero_utils PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "")
list(APPEND ADAPTER_L0_TARGETS_TO_INSTALL level_zero_utils)
endif()
if(TARGET ze-loader)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol i think this is the problem, probably i manually reimplemented the change after verifying the fix and made a typo

list(APPEND ADAPTER_L0_TARGETS_TO_INSTALL ze_loader)
endif()
install(TARGETS ${ADAPTER_L0_TARGETS_TO_INSTALL}
EXPORT ${PROJECT_NAME}-targets
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
Expand Down