Skip to content

Commit bfd82a9

Browse files
committed
fix DPC++ generic tests
1 parent d0f9061 commit bfd82a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/create_test.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function(ginkgo_create_common_device_test test_name)
216216
if(GINKGO_BUILD_DPCPP)
217217
ginkgo_create_common_test_internal(${test_name} DpcppExecutor dpcpp ${ARGN})
218218
target_compile_features(${test_target_name}_dpcpp PRIVATE cxx_std_17)
219-
target_compile_options(${test_target_name} PRIVATE ${GINKGO_DPCPP_FLAGS})
219+
target_compile_options(${test_target_name}_dpcpp PRIVATE ${GINKGO_DPCPP_FLAGS})
220220
target_link_options(${test_target_name}_dpcpp PRIVATE -fsycl-device-lib=all -fsycl-device-code-split=per_kernel)
221221
endif()
222222
if(GINKGO_BUILD_OMP)

0 commit comments

Comments
 (0)