Skip to content

Commit

Permalink
Use Kokkos_CXX_STANDARD
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling committed Feb 7, 2025
1 parent 6f313f0 commit 393906d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
cd build
cmake -D BUILD_SHARED_LIBS=ON \
-D CMAKE_CXX_COMPILER=clang++ \
-D CMAKE_CXX_FLAGS="-std=c++20" \
-D CMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/../kokkos-install \
-D Kokkos_CXX_STANDARD=20 \
-D Kokkos_ENABLE_CUDA=ON \
-D Kokkos_ARCH_HOPPER90=ON \
..
Expand Down

0 comments on commit 393906d

Please sign in to comment.