diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index bf8001320fd..8284a4b1a82 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -85,7 +85,7 @@ if(GINKGO_BUILD_TESTS) list(APPEND executors hip) endif() if(GINKGO_BUILD_SYCL) - list(APPEND executors sycl) + list(APPEND executors dpcpp) endif() if(GINKGO_BUILD_OMP) list(APPEND executors omp)