File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
363
363
)
364
364
365
365
# Copy the debug UR runtime libraries to <build>/bin & <build>/lib for use in
366
- # the partent build, e.g. integration testing.
366
+ # the parent build, e.g. integration testing.
367
367
set (URD_COPY_FILES)
368
368
macro (urd_copy_library_to_build library)
369
369
list (APPEND URD_COPY_FILES
@@ -384,8 +384,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
384
384
endmacro ()
385
385
386
386
urd_copy_library_to_build(ur_loaderd)
387
- foreach (adatper ${SYCL_ENABLE_BACKENDS} )
388
- urd_copy_library_to_build(ur_adapter_${adatper } d)
387
+ foreach (adapter ${SYCL_ENABLE_BACKENDS} )
388
+ urd_copy_library_to_build(ur_adapter_${adapter } d)
389
389
endforeach ()
390
390
# TODO: Also copy umfd.dll/umfd.lib
391
391
# urd_copy_library_to_build(umfd)
You can’t perform that action at this time.
0 commit comments