File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ function(add_sycl_unittest_internal test_dirname link_variant is_preview)
106106 # that the test itself links to OpenCL (rather than through ur_adapter_opencl.dll)
107107 set (mock_ocl ${CMAKE_CURRENT_BINARY_DIR} /OpenCL.dll)
108108
109- # An error is thrown if both the preview and non-preview version tries to
109+ # An error is thrown if both the preview and non-preview versions try to
110110 # copy OpenCL.dll to the test binary directory. Ninja complains that there
111111 # are multiple rules for building the same file (listed in the "BYPRODUCTS" field).
112112 # To fix this error, we use a different "BYPRODUCTS" name for
Original file line number Diff line number Diff line change 11add_sycl_unittest_both(EventTests EventTestsPreview OBJECT
22 EventDestruction.cpp
3- )
3+ )
You can’t perform that action at this time.
0 commit comments