Skip to content

Commit

Permalink
GitHub-CI: test CPP17
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrum committed Mar 9, 2022
1 parent 28273ec commit 16a60f0
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 @@ -68,7 +68,7 @@ jobs:
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=Debug \
-D DEAL_II_CXX_FLAGS='-Werror' \
-D DEAL_II_CXX_FLAGS='-Werror -std=c++17' \
-D DEAL_II_EARLY_DEPRECATIONS=ON \
-D DEAL_II_WITH_MPI="ON" \
-D DEAL_II_WITH_TRILINOS="ON" \
Expand Down

0 comments on commit 16a60f0

Please sign in to comment.