From 8d045cce29567e320a91b7c3a51d9e15d5fe2ac8 Mon Sep 17 00:00:00 2001 From: Pierre Pebay Date: Tue, 5 Nov 2024 10:45:09 -0500 Subject: [PATCH] Fix kokkos ci --- .github/workflows/ci-kokkos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-kokkos.yml b/.github/workflows/ci-kokkos.yml index 9c7a467..1f50183 100644 --- a/.github/workflows/ci-kokkos.yml +++ b/.github/workflows/ci-kokkos.yml @@ -57,8 +57,8 @@ jobs: -D PRESSIO_OPS_ENABLE_TESTS:BOOL=ON \ -D PRESSIO_ENABLE_TPL_EIGEN:BOOL=OFF \ -D PRESSIO_ENABLE_TPL_KOKKOS:BOOL=ON \ - -D Kokkos_ROOT=/kokkos/install \ - -D KokkosKernels_ROOT=/kokkos-kernels/install + -D KOKKOS_ROOT=/kokkos/install \ + -D KOKKOS_KERNELS_ROOT=/kokkos-kernels/install - name: Build run: |