Skip to content

Commit

Permalink
SYCL CI fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Oct 24, 2024
1 parent ab7d71b commit bb596d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()

option(ENABLE_KOKKOS "Include Kokkos implementations of the kernels in the RAJA Perfsuite" Off)

if (ENABLE_KOKKOS OR ENABLE_SYCL)
if (ENABLE_KOKKOS OR RAJA_ENABLE_SYCL)
set(CMAKE_CXX_STANDARD 17)
set(BLT_CXX_STD c++17)
else()
Expand Down

0 comments on commit bb596d5

Please sign in to comment.