Skip to content

Commit 73310df

Browse files
authored
cmake.yml: cabana needs legacy kokkos views
1 parent af00dfd commit 73310df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
-DCMAKE_CXX_COMPILER=${{ matrix.compiler }}
4141
-DKokkos_ENABLE_SERIAL=ON
4242
-DKokkos_ENABLE_OPENMP=OFF
43+
-DKokkos_ENABLE_IMPL_VIEW_LEGACY=ON
4344
-DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/build-kokkos/install
4445

4546
- name: Kokkos Build

0 commit comments

Comments
 (0)