Skip to content

Commit 7b17ee3

Browse files
authored
[UR][L0] Fix typo in CMake install target (#19905)
Follow-up from #19876 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 28ed9ff commit 7b17ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if(UR_BUILD_ADAPTER_L0)
7171
set_target_properties(level_zero_utils PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "")
7272
list(APPEND ADAPTER_L0_TARGETS_TO_INSTALL level_zero_utils)
7373
endif()
74-
if(TARGET ze-loader)
74+
if(TARGET ze_loader)
7575
list(APPEND ADAPTER_L0_TARGETS_TO_INSTALL ze_loader)
7676
endif()
7777
install(TARGETS ${ADAPTER_L0_TARGETS_TO_INSTALL}

0 commit comments

Comments
 (0)