Skip to content

Commit

Permalink
Merge pull request #1484 from e10harvey/ci_to_cpp17
Browse files Browse the repository at this point in the history
.github/workflows: use c++17
  • Loading branch information
e10harvey authored Aug 4, 2022
2 parents 2cfc044 + 1b767bb commit 251bffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: kokkos/kokkos
ref: 95d7082927d52d6971e71eebf346aad629118fe3
ref: develop
path: kokkos

- name: configure_kokkos
Expand All @@ -55,7 +55,7 @@ jobs:
cmake \
-DKokkos_ENABLE_${{ matrix.backend }}=ON \
-DCMAKE_CXX_FLAGS="-Werror" \
-DCMAKE_CXX_STANDARD=14 \
-DCMAKE_CXX_STANDARD=17 \
-DKokkos_ENABLE_COMPILER_WARNINGS=ON \
-DKokkos_ENABLE_DEBUG_BOUNDS_CHECK:BOOL=${{ matrix.debug_bounds_check }} \
-DKokkos_ENABLE_DEPRECATED_CODE_3=OFF \
Expand Down

0 comments on commit 251bffa

Please sign in to comment.