From bb596d543305843e748b7f0e9dfdb7a22a308983 Mon Sep 17 00:00:00 2001 From: Rich Hornung Date: Thu, 24 Oct 2024 11:35:22 -0700 Subject: [PATCH] SYCL CI fix attempt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 978c7ccf5..30789271f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()