Skip to content

Commit ebc8528

Browse files
authored
[UR][Offload] Install libur_adapter_offload.so as part of install tgt (#18703)
Running `ninja install` in a build of UR with offload enabled didn't install it into `install/lib`. Now it does.
1 parent da1c320 commit ebc8528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unified-runtime/source/adapters/offload/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ add_ur_adapter(${TARGET_NAME}
4444
${CMAKE_CURRENT_SOURCE_DIR}/ur_interface_loader.cpp
4545
${CMAKE_CURRENT_SOURCE_DIR}/usm.cpp
4646
)
47+
install_ur_library(${TARGET_NAME})
4748

4849
set_target_properties(${TARGET_NAME} PROPERTIES
4950
VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}"

0 commit comments

Comments
 (0)